浏览代码

Fix core merge

sebavan 6 年之前
父节点
当前提交
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 {