fix func name conflict

This commit is contained in:
Minjae Song
2019-08-13 15:50:31 +09:00
parent 9b470bb3bb
commit 018160b541
4 changed files with 4 additions and 4 deletions

View File

@@ -307,7 +307,7 @@ class BuildingMaker(batch: SpriteBatch) : IngameInstance(batch) {
uiPalette.setPosition(200, 100)
IngameRenderer.setWorld(gameWorld)
IngameRenderer.setRenderedWorld(gameWorld)
}
override fun show() {