Browse Source

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

jeff 11 years ago
parent
commit
69640fc4cc
1 changed files with 2 additions and 2 deletions
  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(): string {
-            return "1.13.0";
+        public static get Version(): number {
+            return 1.130;
         }
         }
 
 
         // Updatable statics so stick with vars here
         // Updatable statics so stick with vars here