Browse Source

Fixed https support for frame renderer

David Catuhe 8 years ago
parent
commit
298d319ac6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Playground/frame.js

+ 1 - 1
Playground/frame.js

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