Incorporate the fixes from the java side to make actionscript handle the not-yet-cached scene case correctly.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@922 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -208,6 +208,15 @@ public class SceneDirector extends BasicDirector
|
||||
return _pendingData == null ? null : _pendingData.model;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the scene id set in preparation for a scene transition. As with
|
||||
* {@link #getPendingModel}, this is for cooperating directors.
|
||||
*/
|
||||
public function getPendingSceneId () :int
|
||||
{
|
||||
return _pendingData.sceneId;
|
||||
}
|
||||
|
||||
// from interface SceneService_SceneMoveListener
|
||||
public function moveSucceeded (placeId :int, config :PlaceConfig) :void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user