I think this has likely never run...
This commit is contained in:
@@ -431,7 +431,7 @@ public class SceneDirector extends BasicDirector
|
|||||||
} else {
|
} else {
|
||||||
log.info("Delaying forced move because we have a move pending",
|
log.info("Delaying forced move because we have a move pending",
|
||||||
"pendId", _pendingData.sceneId, "reqId", sceneId);
|
"pendId", _pendingData.sceneId, "reqId", sceneId);
|
||||||
addPendingForcedMove(new function() :void {
|
addPendingForcedMove(function() :void {
|
||||||
forcedMove(sceneId);
|
forcedMove(sceneId);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user