Browse Source

PlaneHelper: Clean up.

Mr.doob 8 years ago
parent
commit
c0d7b7014f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/helpers/PlaneHelper.js

+ 1 - 1
src/helpers/PlaneHelper.js

@@ -57,7 +57,7 @@ PlaneHelper.prototype.onBeforeRender = function () {
 
 	this.lookAt( this.plane.normal );
 
-	this.updateMatrixWorld( true );
+	this.updateMatrixWorld();
 
 };