Move SceneProvider stuff into the SceneRegistry as all the cool kids use the
new pattern of having a Provider interface which is implemented by a Manager or other server-side entity. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@358 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -159,8 +159,7 @@ public class SpotProvider
|
||||
|
||||
try {
|
||||
// move to the place object associated with this scene
|
||||
_screg.sceneprov.effectSceneMove(
|
||||
source, destmgr, sceneVer, listener);
|
||||
_screg.effectSceneMove(source, destmgr, sceneVer, listener);
|
||||
} catch (InvocationException sfe) {
|
||||
listener.requestFailed(sfe.getMessage());
|
||||
// and let the destination scene manager know that we're no
|
||||
|
||||
Reference in New Issue
Block a user