Browse Source

fix https

sebavan 6 năm trước cách đây
mục cha
commit
8a85c91ccc
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Playground/js/babylonWebGpu.max.js

+ 2 - 2
Playground/js/babylonWebGpu.max.js

@@ -42296,8 +42296,8 @@ var WebGPUEngine = /** @class */ (function (_super) {
     };
     // Default shaderc options.
     WebGPUEngine._shadercDefaultOptions = {
-        jsPath: "http://preview.babylonjs.com/shaderc/shaderc.js",
-        wasmPath: "http://preview.babylonjs.com/shaderc/shaderc.wasm"
+        jsPath: "https://preview.babylonjs.com/shaderc/shaderc.js",
+        wasmPath: "https://preview.babylonjs.com/shaderc/shaderc.wasm"
     };
     return WebGPUEngine;
 }(_Engines_engine__WEBPACK_IMPORTED_MODULE_4__["Engine"]));