Skip to content

Commit 63e5681

Browse files
authored
Merge pull request phaserjs#3287 from gaudeon/master
BugFix for ScenePlugin.launch, data now passed to queued scenes
2 parents d22fd80 + ca0366b commit 63e5681

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
@@ -158,7 +158,7 @@ var ScenePlugin = new Class({
158158
{
159159
if (this.settings.status !== CONST.RUNNING)
160160
{
161-
this.manager.queueOp('start', key);
161+
this.manager.queueOp('start', key, data);
162162
}
163163
else
164164
{

0 commit comments

Comments
 (0)