mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-05 15:05:24 +00:00
removed break; from EVENT_ACTIVATE -- thanks @voloved
This commit is contained in:
@ -273,8 +273,6 @@ bool simple_calculator_face_loop(movement_event_t event, movement_settings_t *se
|
||||
|
||||
switch (event.event_type) {
|
||||
case EVENT_ACTIVATE:
|
||||
break;
|
||||
|
||||
case EVENT_TICK:
|
||||
switch (state->mode) {
|
||||
case MODE_ENTERING_FIRST_NUM:
|
||||
|
||||
Reference in New Issue
Block a user