Procházet zdrojové kódy

expose then function

need help with this.
Pryme8 před 5 roky
rodič
revize
549fc6dc67
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      src/Materials/Textures/Packer/packer.ts

+ 3 - 2
src/Materials/Textures/Packer/packer.ts

@@ -247,8 +247,9 @@ export class TexturePacker{
                 return reject(e);
             }
         });
-
-    return;
+        
+    //Return the Promise and expect user to interact with a then, statment.
+    return this;
     }
 
     /**