savegame list generator interrupts when a save is being loaded

This commit is contained in:
minjaesong
2023-11-14 13:28:00 +09:00
parent 7391d5e43a
commit a098729db8
3 changed files with 7 additions and 1 deletions

View File

@@ -84,6 +84,8 @@ class UILoadManage(val full: UILoadSavegame) : UICanvas() {
full.loadManageSelectedGame = full.loadables.getLoadableSave()!!
mode = MODE_LOAD
full.interruptListGenerator()
}
}
}