Browse Source

Box3: Fixed typo.

Mr.doob 9 years ago
parent
commit
b31a1d563b
1 changed files with 1 additions and 1 deletions
  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 );