I fixed the ingamerender-not-rendering bug??

This commit is contained in:
minjaesong
2024-02-05 01:26:27 +09:00
parent 9ec66109a1
commit cc00e1eff9
6 changed files with 21 additions and 14 deletions

View File

@@ -306,6 +306,8 @@ class BuildingMaker(batch: FlippingSpriteBatch) : IngameInstance(batch) {
var mousePrimaryJustDown = false; private set
override fun render(updateRate: Float) {
IngameRenderer.setRenderedWorld(gameWorld)
super.render(updateRate)