mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
smelter lightbox depends on its internal temperature
This commit is contained in:
@@ -83,7 +83,7 @@ class UIItemSpinner(
|
||||
fboUpdateLatch = true
|
||||
}
|
||||
|
||||
private fun changeValueBy(diff: Int) {
|
||||
fun changeValueBy(diff: Int) {
|
||||
currentIndex = (currentIndex + diff).coerceIn(values.indices)
|
||||
value = values[currentIndex]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user