mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Update Config.js
This commit is contained in:
parent
0febaddb10
commit
5cc02afbd4
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ var Config = new Class({
|
|||
var renderConfig = GetValue(config, 'render', null);
|
||||
|
||||
/**
|
||||
* @const {(Phaser.Types.Core.PipelineConfig|Phaser.Renderer.WebGL.WebGLPipeline[])} Phaser.Core.Config#pipeline - An object mapping WebGL names to WebGLPipeline classes. These should be class constructors, not instances.
|
||||
* @const {Phaser.Renderer.WebGL.WebGLPipeline[]|Object.<string, Phaser.Renderer.WebGL.WebGLPipeline>} Phaser.Core.Config#pipeline - An object mapping WebGL names to WebGLPipeline classes. These should be class constructors, not instances.
|
||||
*/
|
||||
this.pipeline = GetValue(renderConfig, 'pipeline', null, config);
|
||||
|
||||
|
|
Loading…
Reference in a new issue