Browse Source

Update Viewport.js

Remove obsolete comment.
Michael Herzog 5 years ago
parent
commit
5b1356b35f
1 changed files with 0 additions and 2 deletions
  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 ) {