The model might contain all kinds of useful stuff that we just resolved and that the resolution of the 'extras' object can make use of. Let's send it in since we have it.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@784 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -171,7 +171,7 @@ public class SceneRegistry
|
||||
@Override public void invokePersist () throws Exception {
|
||||
_model = _screp.loadSceneModel(fsceneId);
|
||||
_updates = _screp.loadUpdates(fsceneId);
|
||||
_extras = _screp.loadExtras(fsceneId);
|
||||
_extras = _screp.loadExtras(fsceneId, _model);
|
||||
}
|
||||
@Override public void handleSuccess () {
|
||||
processSuccessfulResolution(_model, _updates, _extras);
|
||||
|
||||
Reference in New Issue
Block a user