소스 검색

Sets the right path to the ktx2 decoder

Popov72 5 년 전
부모
커밋
7b07c10e86
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/Misc/khronosTextureContainer2.ts

+ 1 - 2
src/Misc/khronosTextureContainer2.ts

@@ -14,8 +14,7 @@ export class KhronosTextureContainer2 {
     /**
      * URL to use when loading the KTX2 decoder module
      */
-    //public static JSModuleURL = "https://preview.babylonjs.com/ktx2Decoder/babylon.ktx2Decoder.js";
-    public static JSModuleURL = "https://popov72.github.io/BabylonDev/resources/lib/babylon.ktx2Decoder.js";
+    public static JSModuleURL = "https://preview.babylonjs.com/ktx2Decoder/babylon.ktx2Decoder.js";
 
     private _engine: ThinEngine;