Explorar o código

make sure that freewm will unset isDirty

David Catuhe %!s(int64=5) %!d(string=hai) anos
pai
achega
89b8c2bfb6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Meshes/transformNode.ts

+ 1 - 0
src/Meshes/transformNode.ts

@@ -455,6 +455,7 @@ export class TransformNode extends Node {
             this._isWorldMatrixFrozen = false;  // no guarantee world is not already frozen, switch off temporarily
             this.computeWorldMatrix(true);
         }
+        this._isDirty = false;
         this._isWorldMatrixFrozen = true;
         return this;
     }