2
0
Mr.doob 8 жил өмнө
parent
commit
c0d7b7014f

+ 1 - 1
src/helpers/PlaneHelper.js

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