heck flippin

This commit is contained in:
minjaesong
2021-12-13 23:26:03 +09:00
parent 254bf814a9
commit 0c04938330
2 changed files with 1 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ class WearableWorldRadarUI(val device: VM) : UICanvas() {
batch.end()
batch.color = Color.WHITE
(device.peripheralTable[1].peripheral as? ExtDisp)?.render(batch, posX.toFloat(), posY.toFloat(), true)
(device.peripheralTable[1].peripheral as? ExtDisp)?.render(batch, posX.toFloat(), posY.toFloat())
batch.begin()
batch.color = Toolkit.Theme.COL_INACTIVE