Explorar o código

PlaneHelper: Clean up.

Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
c0d7b7014f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.lookAt( this.plane.normal );
 
 
-	this.updateMatrixWorld( true );
+	this.updateMatrixWorld();
 
 
 };
 };