Hopefully fix purple switches expanding infinitely (#470)

This commit is contained in:
Sunk 2023-09-11 12:37:18 -04:00 committed by GitHub
parent 461ccf68f9
commit aafa8a58da
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ void bhv_purple_switch_loop(void) {
*/
case PURPLE_SWITCH_PRESSED:
cur_obj_scale_over_time(2, 3, 1.5f, 0.2f);
if (o->oTimer == 3) {
if (o->oTimer >= 3) {
cur_obj_play_sound_2(SOUND_GENERAL2_PURPLE_SWITCH);
o->oAction = PURPLE_SWITCH_TICKING;
cur_obj_shake_screen(SHAKE_POS_SMALL);