Преглед изворни кода

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");