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:
Par Winzell
2008-12-04 18:21:19 +00:00
parent 47f24a152f
commit 91358aa4bf
@@ -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);