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
@@ -31,15 +31,6 @@ import com.threerings.media.MediaHost;
*/
public class AnimationManager extends AbstractMediaManager
{
/**
* Construct and initialize the animation manager which readies itself
* to manage animations.
*/
public AnimationManager (MediaHost host)
{
super(host);
}
/**
* Registers the given {@link Animation} with the animation manager
* for ticking and painting.