mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 00:47:29 +00:00
parent
b5caa271b0
commit
f6dfb9a278
1 changed files with 2 additions and 0 deletions
|
@ -452,6 +452,8 @@ var SceneManager = new Class({
|
|||
var sys = scene.sys;
|
||||
var settings = sys.settings;
|
||||
|
||||
sys.sceneUpdate = NOOP;
|
||||
|
||||
if (scene.init)
|
||||
{
|
||||
scene.init.call(scene, settings.data);
|
||||
|
|
Loading…
Reference in a new issue