smelter lightbox depends on its internal temperature

This commit is contained in:
minjaesong
2024-02-03 04:52:37 +09:00
parent 8cb4709cd7
commit f91fbf6cf0
4 changed files with 43 additions and 43 deletions

View File

@@ -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]
}