fix ag.pickOne documentation return value name

This commit is contained in:
Josh Holtrop 2010-12-19 00:11:40 -05:00
parent 96f62c237b
commit df91f0fe92

View File

@ -523,7 +523,7 @@ For each object in the "pick line", the following properties are set:
<a name="ag_pickOne" />
<h3>pickOne</h3>
<p><tt>objects = ag.pickOne(x, y, obj)</tt></p>
<p><tt>obj_hit = ag.pickOne(x, y, obj)</tt></p>
<p>
This function allows for 3D object "picking," but only tests the given
object for intersection with the pick line and is thus much more efficient