Explorar o código

Update Viewport.js

Remove obsolete comment.
Michael Herzog %!s(int64=5) %!d(string=hai) anos
pai
achega
5b1356b35f
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      editor/js/Viewport.js

+ 0 - 2
editor/js/Viewport.js

@@ -190,8 +190,6 @@ function Viewport( editor ) {
 
 		if ( onDownPosition.distanceTo( onUpPosition ) === 0 ) {
 
-			// only test 3D objects if there is no UI interaction
-
 			var intersects = getIntersects( onUpPosition, objects );
 
 			if ( intersects.length > 0 ) {