New syntax for making a more complicated Map.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@872 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2009-08-25 02:13:09 +00:00
parent e2b8ac9d42
commit 3871628b27
@@ -559,7 +559,7 @@ public class SceneDirector extends BasicDirector
protected var _fact :SceneFactory;
/** A cache of scene model information. */
protected var _scache :Map = Maps.newLRIMap(5, Maps.newMapOf(int));
protected var _scache :Map = Maps.newBuilder(int).makeLRI(5).build();
/** The display scene object for the scene we currently occupy. */
protected var _scene :Scene;