Fix initialization ordering problems in MetaMediaManager ->

Sprite/AnimationManager -> AbstractMediaManager.

A smidgen more progress on MediaOverlay, but we need to get these bits checked
in ASAP.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@114 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-01-20 02:10:30 +00:00
parent 031b51419f
commit 088bc4b88b
8 changed files with 76 additions and 65 deletions
@@ -35,9 +35,4 @@ public interface MediaHost
* disposed by the caller.
*/
public Graphics2D createGraphics ();
/**
* Returns the region manager being used to manage dirty regions by the host.
*/
public RegionManager getRegionManager ();
}