Let the tile data pack cache images so we aren't reloading them for various individual tiles within the image. Also, a couple minor efficiency improvements elsewhere.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@949 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mike Thomas
2010-07-13 22:40:07 +00:00
parent faa16baed2
commit 6987d008e2
4 changed files with 19 additions and 4 deletions
@@ -272,8 +272,6 @@ public class MisoScenePanel extends Sprite
_objScene.layoutRenderer = new ClassFactory(PrioritizedSceneLayoutRenderer);
refreshBaseBlockScenes();
_isoView.addScene(_objScene);
}
/**