mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
launching a scene that is not running will now pass data through when start op is called for this scene in the scene process queue
This commit is contained in:
parent
6b77ca6ae5
commit
ca0366bfc8
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ var ScenePlugin = new Class({
|
|||
{
|
||||
if (this.settings.status !== CONST.RUNNING)
|
||||
{
|
||||
this.manager.queueOp('start', key);
|
||||
this.manager.queueOp('start', key, data);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue