mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +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);
|
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);
|
this.pipeline = GetValue(renderConfig, 'pipeline', null, config);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue