瀏覽代碼

change get Version() to return as a number, currently 1.130

jeff 11 年之前
父節點
當前提交
69640fc4cc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Babylon/babylon.engine.ts

+ 2 - 2
Babylon/babylon.engine.ts

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