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:
Travis Chase 2018-02-26 22:04:58 -07:00
parent 6b77ca6ae5
commit ca0366bfc8

View file

@ -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
{