sebavan 7 лет назад
Родитель
Сommit
935c27bc11
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/scene.ts

+ 1 - 1
src/scene.ts

@@ -2703,7 +2703,7 @@ import { EngineStore } from "./Engines/engineStore";
          * Useful to override when animations start running when loading a scene for the first time.
          */
         public resetLastAnimationTimeFrame(): void {
-            this._animationTimeLast = BABYLON.Tools.Now;
+            this._animationTimeLast = PrecisionDate.Now;
         }
 
         private _animate(): void {