Added MediaPanel.clearAnimations(), fixed up comments and removed
unnecessary SpriteManager.clearSprites(). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2069 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpriteManager.java,v 1.39 2002/11/05 20:52:39 mdb Exp $
|
||||
// $Id: SpriteManager.java,v 1.40 2002/12/15 23:12:37 shaper Exp $
|
||||
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
@@ -109,17 +109,6 @@ public class SpriteManager extends AbstractMediaManager
|
||||
removeMedia(sprite);
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears all sprites from the sprite manager. This does not
|
||||
* invalidate their vacated bounds because it is assumed that either
|
||||
* the whole view will be repainted after this or it is going away
|
||||
* entirely. The sprites will be {@link Sprite#shutdown}, however.
|
||||
*/
|
||||
public void clearSprites ()
|
||||
{
|
||||
clearMedia();
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the sprite paths to the given graphics context.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user