Browse Source

updated comment

Atrahasis 7 years ago
parent
commit
b40c37d7fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/controls/TransformControls.js

+ 1 - 1
examples/js/controls/TransformControls.js

@@ -136,7 +136,7 @@
 
 						object.name = name;
 
-						//always render on top of the scene (avoid being hidden by transparent objects)
+						//avoid being hidden by other transparent objects
 						object.renderOrder = Infinity;
 
 						if ( position ) object.position.set( position[ 0 ], position[ 1 ], position[ 2 ] );