Merge pull request #5300 from EmilSV/fix_name

Says webglRender but it is in PipelineManager
This commit is contained in:
Richard Davey 2020-09-11 18:12:40 +01:00 committed by GitHub
commit 34e1d6b345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ var PipelineManager = new Class({
*
* This is populated with the default pipelines in the `boot` method.
*
* @name Phaser.Renderer.WebGL.WebGLRenderer#pipelines
* @name Phaser.Renderer.WebGL.PipelineManager#pipelines
* @type {Phaser.Structs.Map.<string, Phaser.Renderer.WebGL.WebGLPipeline>}
* @since 3.50.0
*/