some old changes I forgot to commit

This commit is contained in:
minjaesong
2023-02-28 04:37:32 +09:00
parent 6f4d9180dc
commit f0b1d7f1bd
5 changed files with 15 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ class BuildingMaker(batch: FlippingSpriteBatch) : IngameInstance(batch) {
world = gameWorld
gameUpdateGovernor = LimitUpdateRate.also { it.reset() }
gameUpdateGovernor = ConsistentUpdateRate.also { it.reset() }
}