瀏覽代碼

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();