diff options
Diffstat (limited to 'o3d/samples/o3djs/picking.js')
-rw-r--r-- | o3d/samples/o3djs/picking.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/o3djs/picking.js b/o3d/samples/o3djs/picking.js index 225d79f..409104d 100644 --- a/o3d/samples/o3djs/picking.js +++ b/o3d/samples/o3djs/picking.js @@ -384,7 +384,7 @@ o3djs.picking.TransformInfo = function(transform, parent) { */ this.transform = transform; /** - * The transform of this transform info. + * The parent of this transform info. * @type {o3djs.picking.TransformInfo} */ this.parent = parent; |