menduz 7 lat temu
rodzic
commit
569e776ca8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/babylon.scene.ts

+ 1 - 1
src/babylon.scene.ts

@@ -2813,7 +2813,7 @@
 
 
                     let matrixDecomposeMode = Animation.AllowMatrixDecomposeForInterpolation && originalValue.m; // ie. data is matrix
                     let matrixDecomposeMode = Animation.AllowMatrixDecomposeForInterpolation && originalValue.m; // ie. data is matrix
 
 
-                    let finalValue: any = target[path]
+                    let finalValue: any = target[path];
                     if (matrixDecomposeMode) {
                     if (matrixDecomposeMode) {
                         finalValue = this._processLateAnimationBindingsForMatrices(holder);
                         finalValue = this._processLateAnimationBindingsForMatrices(holder);
                     } else {
                     } else {