diff --git a/src/java/com/threerings/miso/client/SceneBlock.java b/src/java/com/threerings/miso/client/SceneBlock.java index 75bd3a4b8..b833fe083 100644 --- a/src/java/com/threerings/miso/client/SceneBlock.java +++ b/src/java/com/threerings/miso/client/SceneBlock.java @@ -1,5 +1,5 @@ // -// $Id: SceneBlock.java,v 1.3 2003/04/18 23:18:30 mdb Exp $ +// $Id: SceneBlock.java,v 1.4 2003/04/19 02:01:08 mdb Exp $ package com.threerings.miso.client; @@ -79,6 +79,14 @@ public class SceneBlock } } + /** + * Returns the bounds of this block, in tile coordinates. + */ + public Rectangle getBounds () + { + return _bounds; + } + /** * Returns the screen-coordinate polygon bounding the footprint of * this block.