Pārlūkot izejas kodu

Remove unnecessary argument

Garrett Johnson 5 gadi atpakaļ
vecāks
revīzija
758ca6f529
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 ) {
 
-			const hit = raycastTraverseFirstHit( this.root, this.group, this.activeSet, raycaster, intersects );
+			const hit = raycastTraverseFirstHit( this.root, this.group, this.activeSet, raycaster );
 			if ( hit ) {
 
 				intersects.push( hit );