Brought comment into line with reality.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1538 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-06-25 01:20:07 +00:00
parent b45bfb9ad3
commit 624923ed40
@@ -1,5 +1,5 @@
//
// $Id: IsoSceneView.java,v 1.114 2002/06/22 01:00:32 ray Exp $
// $Id: IsoSceneView.java,v 1.115 2002/06/25 01:20:07 mdb Exp $
package com.threerings.miso.scene;
@@ -568,7 +568,7 @@ public class IsoSceneView implements SceneView
while (iter.hasNext()) {
ObjectMetrics metrics = (ObjectMetrics)iter.next();
Rectangle pbounds = metrics.bounds;
// skip polys that don't contain the point
// skip bounding rects that don't contain the point
if (!pbounds.contains(x, y)) {
continue;
}