Updated the constructor.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3348 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-02-14 03:01:14 +00:00
parent 459d677a2f
commit 99d382fdbf
@@ -29,7 +29,7 @@ import java.util.List;
import java.util.Iterator;
import com.threerings.media.AbstractMediaManager;
import com.threerings.media.RegionManager;
import com.threerings.media.MediaPanel;
/**
* The sprite manager manages the sprites running about in the game.
@@ -47,9 +47,9 @@ public class SpriteManager extends AbstractMediaManager
/**
* Construct and initialize the sprite manager.
*/
public SpriteManager (RegionManager remgr)
public SpriteManager (MediaPanel panel)
{
super(remgr);
super(panel);
}
/**