Parcourir la source

updated comment

Atrahasis il y a 7 ans
Parent
commit
b40c37d7fa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 ] );