1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-01-31 20:15:20 +01:00

vigem-iidxio: Bugfix missing break in switch

This commit is contained in:
icex2 2020-12-31 15:57:27 +01:00
parent 78e7c05876
commit 2b52fbe211

View File

@ -74,6 +74,7 @@ void vigem_iidxio_cab_light_sequencer_update(
switch (_light_seq_mode) {
case LIGHT_SEQ_MODE_NEONS_FLASH:
_update_neons_seq_flash(out_neon);
break;
case LIGHT_SEQ_MODE_NEONS_FLASH_TT_INPUT:
_update_neons_flash_tt_input(tt_p1, tt_p2, out_neon);