From 26cd1188aeba99ef7f6f315743688489c207fd3d Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 28 Nov 2002 03:41:58 +0000 Subject: [PATCH] Improved documentation. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2003 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/miso/client/DisplayObjectInfo.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/miso/client/DisplayObjectInfo.java b/src/java/com/threerings/miso/client/DisplayObjectInfo.java index 2fb3c5590..4df9b4873 100644 --- a/src/java/com/threerings/miso/client/DisplayObjectInfo.java +++ b/src/java/com/threerings/miso/client/DisplayObjectInfo.java @@ -1,5 +1,5 @@ // -// $Id: DisplayObjectInfo.java,v 1.4 2002/10/16 01:53:57 ray Exp $ +// $Id: DisplayObjectInfo.java,v 1.5 2002/11/28 03:41:58 mdb Exp $ package com.threerings.miso.scene; @@ -27,7 +27,8 @@ public class SceneObject * action. */ public String action; - /** The object's bounding rectangle. */ + /** The object's bounding rectangle. This will be filled in + * automatically by the Miso scene view when the object is used. */ public Rectangle bounds; /**