Browse Source

BoxHelper: Remove unnecessary .updateMatrixWorld() call

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

+ 0 - 2
src/helpers/BoxHelper.js

@@ -45,8 +45,6 @@ BoxHelper.prototype.update = ( function () {
 
 		}
 
-		this.object.updateMatrixWorld( true );
-
 		box.setFromObject( this.object );
 
 		if ( box.isEmpty() ) return;