mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
debugwin: drawing ingame weatherboxes
This commit is contained in:
@@ -131,7 +131,7 @@ class UIItemTextSelector(
|
||||
private val leftIcon = if (useSpinnerButtons) labels.get(9,2) else labels.get(16,0)
|
||||
private val rightIcon = if (useSpinnerButtons) labels.get(10,2) else labels.get(17,0)
|
||||
|
||||
override fun render(batch: SpriteBatch, camera: Camera) {
|
||||
override fun render(batch: SpriteBatch, camera: OrthographicCamera) {
|
||||
labelCache = labelfuns.map { it() }
|
||||
|
||||
batch.end()
|
||||
|
||||
Reference in New Issue
Block a user