Browse Source

BoxHelper: Remove return statement of .update()

Mugen87 8 years ago
parent
commit
9e495444a1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/helpers/BoxHelper.js

+ 0 - 2
src/helpers/BoxHelper.js

@@ -84,8 +84,6 @@ BoxHelper.prototype.update = ( function () {
 
 
 		this.geometry.computeBoundingSphere();
 		this.geometry.computeBoundingSphere();
 
 
-		return this;
-
 	};
 	};
 
 
 } )();
 } )();