Added Path.wasRemoved(), call it in the Sprite code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2178 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-01-17 22:57:08 +00:00
parent dfe837a9d8
commit 0dcb5d67d1
5 changed files with 42 additions and 6 deletions
@@ -1,5 +1,5 @@
//
// $Id: BobblePath.java,v 1.2 2003/01/14 22:37:38 ray Exp $
// $Id: BobblePath.java,v 1.3 2003/01/17 22:57:08 mdb Exp $
package com.threerings.media.util;
@@ -131,6 +131,12 @@ public class BobblePath implements Path
gfx.drawRect(_sx - _dx, _sy - _dy, _dx * 2, _dy * 2);
}
// documentation inherited from interface
public void wasRemoved (Pathable pable)
{
// nothing doing
}
/**
* Update the position of the pathable or return false
* if it's already there.