소스 검색

empty line

Cedric Guillemet 5 년 전
부모
커밋
4882aa1ccc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Engines/nativeEngine.ts

+ 1 - 0
src/Engines/nativeEngine.ts

@@ -1079,6 +1079,7 @@ export class NativeEngine extends Engine {
                 if (nativeHandle === this.INVALID_HANDLE) {
                     throw new Error("Could not load a native cube texture.");
                 }
+
                 texture.isReady = true;
                 if (onLoad) {
                     onLoad();