Explorar o código

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

David Catuhe %!s(int64=7) %!d(string=hai) anos
pai
achega
2213d1ad63
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Playground/indexStable.html
  2. 1 1
      Playground/js/index.js

+ 1 - 1
Playground/indexStable.html

@@ -391,4 +391,4 @@
     <script src="js/index.js"></script>
 </body>
 
-</html>
+</html>

+ 1 - 1
Playground/js/index.js

@@ -87,7 +87,7 @@
         var zipCode;
         BABYLON.Engine.ShadersRepository = "/src/Shaders/";
 
-        if (location.href.indexOf("Stable") !== -1) {
+        if (location.href.indexOf("indexstable") !== -1) {
             setToMultipleID("currentVersion", "innerHTML", "Version: Stable");
         } else {
             setToMultipleID("currentVersion", "innerHTML", "Version: Latest");