A working autosave

This commit is contained in:
minjaesong
2021-10-02 11:17:28 +09:00
parent e61224224d
commit 485e8349de
3 changed files with 32 additions and 16 deletions

View File

@@ -304,7 +304,7 @@ class BuildingMaker(batch: SpriteBatch) : IngameInstance(batch) {
super.show()
}
private var updateAkku = 0.0
private var updateAkku = 0f
override fun render(updateRate: Float) {
Gdx.graphics.setTitle(TerrarumIngame.getCanonicalTitle())