some random shits

This commit is contained in:
minjaesong
2024-03-06 03:30:50 +09:00
parent dbff2610ac
commit 2340cb7419
2 changed files with 16 additions and 16 deletions

View File

@@ -287,7 +287,7 @@ class IngameController(val terrarumIngame: TerrarumIngame) : InputAdapter() {
it.actorValue.set(AVKey.__PLAYER_QUICKSLOTSEL, selection fmod UIQuickslotBar.SLOT_COUNT)
}
}
terrarumIngame.uiContainer.forEach { if (it?.justOpened == false) it?.scrolled(amountX, amountY) }
terrarumIngame.uiContainer.forEach { if (it?.justOpened == false) it.scrolled(amountX, amountY) }
return true
}