hypothetical multithreading on terragen

This commit is contained in:
minjaesong
2019-11-27 16:59:24 +09:00
parent a66dc344b3
commit 5255392bc0
2 changed files with 22 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ class WorldgenLoadScreen(screenToBeLoaded: IngameInstance, private val worldwidt
companion object {
private const val WIDTH_RATIO = 0.7
private const val PREVIEW_UPDATE_RATE = 1 / 8f
private const val PREVIEW_UPDATE_RATE = 1 / 5f
private val COL_WALL = Color.WHITE
private val COL_TERR = Color(.5f, .5f, .5f, 1f)