fix: no whitespaces not being committed on-time

This commit is contained in:
minjaesong
2024-09-30 19:22:11 +09:00
parent 13ef2f586e
commit 07a4988f5f
3 changed files with 7 additions and 5 deletions

View File

@@ -349,7 +349,7 @@ class FlippingSpriteBatch(size: Int = 1000) : SpriteBatch(size) {
lateinit var appConfig: Lwjgl3ApplicationConfiguration
const val TEXW = 800
const val TEXH = 24 * 170
const val TEXH = 24 * 171
const val WIDTH = TEXW
const val HEIGHT = 768