瀏覽代碼

Remove unnecessary argument

Garrett Johnson 5 年之前
父節點
當前提交
758ca6f529
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/three/TilesRenderer.js

+ 1 - 1
src/three/TilesRenderer.js

@@ -105,7 +105,7 @@ export class TilesRenderer extends TilesRendererBase {
 
 
 		if ( raycaster.firstHitOnly ) {
 		if ( raycaster.firstHitOnly ) {
 
 
-			const hit = raycastTraverseFirstHit( this.root, this.group, this.activeSet, raycaster, intersects );
+			const hit = raycastTraverseFirstHit( this.root, this.group, this.activeSet, raycaster );
 			if ( hit ) {
 			if ( hit ) {
 
 
 				intersects.push( hit );
 				intersects.push( hit );