RocketGod пре 1 година
родитељ
комит
151f6b6df1
3 измењених фајлова са 1 додато и 0 уклоњено
  1. BIN
      dist/debug/umpire_indicator_d.elf
  2. BIN
      dist/umpire_indicator.fap
  3. 1 0
      umpire_indicator.c

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