Sfoglia il codice sorgente

fixing some big bugs

MX 2 anni fa
parent
commit
7204c54b2f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tanks_game.c

+ 1 - 1
tanks_game.c

@@ -1438,8 +1438,8 @@ int32_t tanks_game_app(void* p) {
             // event timeout
         }
 
-        view_port_update(view_port);
         furi_mutex_release(tanks_state->mutex);
+        view_port_update(view_port);
         furi_delay_ms(1);
     }