smooth progress bar

This commit is contained in:
minjaesong
2023-10-31 16:22:38 +09:00
parent 15f27726b8
commit 6b24182de2
2 changed files with 29 additions and 20 deletions

View File

@@ -199,8 +199,8 @@ object LoadSavegame {
val chunkXY = LandUtil.chunkNumToChunkXY(world, chunk.toInt())
ReadWorld.decodeChunkToLayer(chunkFile.getContent(), worldLayer[layer]!!, chunkXY.x, chunkXY.y)
loadscreen.progress.getAndAdd(1)
}
loadscreen.progress.getAndAdd(1)
}
loadscreen.addMessage("Updating Block Mappings...")