Ver código fonte

tip from @jamisonderek

RocketGod 1 ano atrás
pai
commit
151f6b6df1

BIN
dist/debug/umpire_indicator_d.elf


BIN
dist/umpire_indicator.fap


+ 1 - 0
umpire_indicator.c

@@ -149,6 +149,7 @@ void input_callback(InputEvent* input_event, void* ctx) {
         default:
             break;
         }
+        view_port_update(state->view_port);
     } else if(input_event->type == InputTypeLong && input_event->key == InputKeyBack) {
         state->exit = true;
     }