浏览代码

Update frame.js

sebavan 6 年之前
父节点
当前提交
8fbea57ac2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Playground/js/frame.js

+ 2 - 2
Playground/js/frame.js

@@ -1,5 +1,5 @@
 (function() {
 (function() {
-    var snippetUrl = "https://snippet.babylonjs.com";
+    var snippetUrl = "https://babylonsnippetsv3.azurewebsites.net";
     var currentSnippetToken;
     var currentSnippetToken;
     var engine;
     var engine;
     var fpsLabel = document.getElementById("fpsLabel");
     var fpsLabel = document.getElementById("fpsLabel");
@@ -203,4 +203,4 @@
 
 
     checkHash();
     checkHash();
 
 
-})();
+})();