Browse Source

Update packer.ts

Pryme8 5 years ago
parent
commit
26da82ba12
1 changed files with 1 additions and 1 deletions
  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);