Explorar o código

Fixed https support for frame renderer

David Catuhe %!s(int64=8) %!d(string=hai) anos
pai
achega
298d319ac6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");