Update pack list when create new atlas pack

This commit is contained in:
fgnm
2021-07-16 23:40:52 +02:00
parent 6a15fb05b0
commit 25e3213cb0
8 changed files with 10 additions and 0 deletions
@@ -360,6 +360,7 @@ public class TiledPanelMediator extends Mediator<TiledPanel> {
pixmap.dispose();
texturePackVO.regions.add(miniImageName);
facade.sendNotification(MsgAPI.UPDATE_ATLAS_PACK_LIST);
facade.sendNotification(MsgAPI.ACTION_REPACK);
}