Browse Source

Update Viewport.js

Remove obsolete comment.
Michael Herzog 5 năm trước cách đây
mục cha
commit
5b1356b35f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 ) {