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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user