Browse Source

Restoring engine.ts

David Catuhe 11 năm trước cách đây
mục cha
commit
b1cfdd24f5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Babylon/babylon.engine.ts

+ 2 - 2
Babylon/babylon.engine.ts

@@ -164,8 +164,8 @@
             return Engine._DELAYLOADSTATE_NOTLOADED;
             return Engine._DELAYLOADSTATE_NOTLOADED;
         }
         }
 
 
-        public static get Version(): number {
-            return 1.130;
+        public static get Version(): string {
+            return "1.13.0";
         }
         }
 
 
         // Updatable statics so stick with vars here
         // Updatable statics so stick with vars here