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

@@ -191,5 +191,9 @@ class UILoadSavegame(val remoCon: UIRemoCon) : Advanceable() {
batch.projectionMatrix = camera.combined
}
fun interruptListGenerator() {
transitionalListing.cellLoadThread.interrupt()
}
}