minor edits

This commit is contained in:
minjaesong
2019-11-18 12:26:43 +09:00
parent d8317e4226
commit 899bb00aac
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class WorldgenLoadScreen(private val world: GameWorld, screenToBeLoaded: IngameI
companion object {
private const val WIDTH_RATIO = 0.6
private const val PREVIEW_UPDATE_RATE = 1/8f
}
private val previewWidth = (AppLoader.screenW * WIDTH_RATIO).roundToInt()