Explorar o código

tip from @jamisonderek

RocketGod hai 1 ano
pai
achega
151f6b6df1
Modificáronse 3 ficheiros con 1 adicións e 0 borrados
  1. BIN=BIN
      dist/debug/umpire_indicator_d.elf
  2. BIN=BIN
      dist/umpire_indicator.fap
  3. 1 0
      umpire_indicator.c

BIN=BIN
dist/debug/umpire_indicator_d.elf


BIN=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;
     }