浏览代码

Fixed https support for frame renderer

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

+ 1 - 1
Playground/frame.js

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