Browse Source

add semi colon

menduz 7 năm trước cách đây
mục cha
commit
569e776ca8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 finalValue: any = target[path]
+                    let finalValue: any = target[path];
                     if (matrixDecomposeMode) {
                         finalValue = this._processLateAnimationBindingsForMatrices(holder);
                     } else {