Browse Source

Merge branch 'patch-1' of https://github.com/GregFrench/three.js into dev

Mr.doob 10 years ago
parent
commit
9efc231080
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -29,7 +29,7 @@ THREE.Box3.prototype = {
 
 		for ( var i = 0, il = points.length; i < il; i ++ ) {
 
-			this.expandByPoint( points[ i ] )
+			this.expandByPoint( points[ i ] );
 
 		}