From 0165cca20afd0a8187250333181960e56b46ed27 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 28 Apr 2003 20:41:13 +0000 Subject: [PATCH] Make a note of a potentially non-intuitive return value. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2492 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/miso/client/SceneBlock.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/miso/client/SceneBlock.java b/src/java/com/threerings/miso/client/SceneBlock.java index 37780f000..dea9ea426 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.13 2003/04/28 20:27:35 mdb Exp $ +// $Id: SceneBlock.java,v 1.14 2003/04/28 20:41:13 mdb Exp $ package com.threerings.miso.client; @@ -162,7 +162,8 @@ public class SceneBlock /** * Returns the bounds of the screen coordinate rectangle that contains * all pixels that are drawn on by all objects (but not base tiles) in - * this block. + * this block. Note: this will return null if + * the block has no objects. */ public Rectangle getObjectBounds () {