Explorar el Código

Box3: Fixed typo.

Mr.doob hace 10 años
padre
commit
b31a1d563b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -83,7 +83,7 @@ THREE.Box3.prototype = {
 
 					}
 
-					box.copy( geometry.boundingBox ;
+					box.copy( geometry.boundingBox );
 					box.applyMatrix4( node.matrixWorld );
 					scope.union( box );