Browse Source

Clean up.

Mr.doob 9 years ago
parent
commit
2236a0088b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extras/geometries/BoxGeometry.js

+ 1 - 1
src/extras/geometries/BoxGeometry.js

@@ -19,8 +19,8 @@ THREE.BoxGeometry = function ( width, height, depth, widthSegments, heightSegmen
 	};
 
 	this.fromBufferGeometry( new THREE.BoxBufferGeometry( width, height, depth, widthSegments, heightSegments, depthSegments ) );
-
 	this.mergeVertices();
+
 };
 
 THREE.BoxGeometry.prototype = Object.create( THREE.Geometry.prototype );