Browse Source

Merge pull request #5990 from MackeyK24/master

Scene Manager 4.0 Alpha Playground Tags
David Catuhe 6 years ago
parent
commit
005b767778
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Playground/index.html

+ 2 - 2
Playground/index.html

@@ -56,8 +56,8 @@
     <!-- Extensions -->
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js" async></script>
     <script src="https://rawgit.com/BabylonJS/Extensions/master/CompoundShader/src/babylonx.CompoundShader.js" async></script>
-    <!-- <script async src="https://www.babylontoolkit.com/Playground/scripts/babylon.navmesh.js"></script>
-    <script async src="https://www.babylontoolkit.com/Playground/scripts/babylon.manager.js"></script> -->
+    <script src="https://rawgit.com/BabylonJS/Extensions/master/SceneManager/dist/babylon.manager.js"></script>
+    <script src="https://rawgit.com/BabylonJS/Extensions/master/SceneManager/dist/babylon.navmesh.js"></script>
 
     <link href="css/index.css" rel="stylesheet" />
 </head>