Browse Source

Update packer.ts

Pryme8 5 năm trước cách đây
mục cha
commit
26da82ba12
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Materials/Textures/Packer/packer.ts

+ 1 - 1
src/Materials/Textures/Packer/packer.ts

@@ -782,7 +782,7 @@ export class TexturePacker{
                     let _t = new Texture(parsedData.sets[channels[i]], this.scene, false, false);
                     (this.sets as any)[channels[i]] = _t;
                 }
-
+                
                 resolve();
             }catch (e) {
                 return reject(e);