Browse Source

return this (line)

sunag 8 years ago
parent
commit
306a8f1d9c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/math/Box3.js

+ 1 - 0
src/math/Box3.js

@@ -58,6 +58,7 @@ Box3.prototype = {
 		this.max.set( maxX, maxY, maxZ );
 
 		return this;
+
 	},
 
 	setFromBufferAttribute: function ( attribute ) {