Allow the clearing of the tile manager's cache.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@110 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mike Thomas
2007-01-18 23:01:47 +00:00
parent 154ce35b3a
commit 0a5a13302c
@@ -123,6 +123,14 @@ public class TileManager
return uts;
}
/**
* Clears any cached tilesets.
*/
public void clearCache ()
{
_handcache = new HashMap();
}
/**
* Sets the tileset repository that will be used by the tile manager
* when tiles are requested by tileset id.