mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Merge pull request #5300 from EmilSV/fix_name
Says webglRender but it is in PipelineManager
This commit is contained in:
commit
34e1d6b345
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue