Skip to content

Commit a6d7422

Browse files
authored
Merge pull request phaserjs#3394 from stuff/patch-2
pass data to the manager queue when starting a scene
2 parents 7a8e4cf + 53de26e commit a6d7422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scene/ScenePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var ScenePlugin = new Class({
108108
if (this.settings.status !== CONST.RUNNING)
109109
{
110110
this.manager.queueOp('stop', this.key);
111-
this.manager.queueOp('start', key);
111+
this.manager.queueOp('start', key, data);
112112
}
113113
else
114114
{

0 commit comments

Comments
 (0)