Skip to content

Commit ca0366b

Browse files
committed
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
1 parent 6b77ca6 commit ca0366b

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)