Browse Source

Fixed https support for frame renderer

David Catuhe 8 năm trước cách đây
mục cha
commit
298d319ac6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");