mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
savegame list generator interrupts when a save is being loaded
This commit is contained in:
@@ -191,5 +191,9 @@ class UILoadSavegame(val remoCon: UIRemoCon) : Advanceable() {
|
||||
batch.projectionMatrix = camera.combined
|
||||
}
|
||||
|
||||
fun interruptListGenerator() {
|
||||
transitionalListing.cellLoadThread.interrupt()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user