浏览代码

Update Viewport.js

Remove obsolete comment.
Michael Herzog 5 年之前
父节点
当前提交
5b1356b35f
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 ) {