fix: spinner making same sound twice

This commit is contained in:
minjaesong
2024-04-03 21:26:41 +09:00
parent 728d609268
commit 54e38b114d

View File

@@ -112,7 +112,7 @@ class UIItemSpinner(
changeValueBy((mouseOnButton * 2) - 3)
fboUpdateLatch = true
selectionChangeListener(value)
playHapticPushedDown()
// playHapticPushedDown() // changeValueBy() will play the sound
}
if (mouseOnButton > 0 && mouseOnButton != oldMouseOnButton) {