Explorar el Código

fixing some big bugs

MX hace 2 años
padre
commit
549d3e6f71
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      application.fam
  2. 1 1
      tictactoe_game.c

+ 1 - 1
application.fam

@@ -9,6 +9,6 @@ App(
     fap_icon="tictactoe_10px.png",
     fap_icon="tictactoe_10px.png",
     fap_category="Games",
     fap_category="Games",
     fap_author="@xMasterX & @gotnull",
     fap_author="@xMasterX & @gotnull",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Tic Tac Toe game, for 2 players, play on one device",
     fap_description="Tic Tac Toe game, for 2 players, play on one device",
 )
 )

+ 1 - 1
tictactoe_game.c

@@ -370,8 +370,8 @@ int32_t tictactoe_game_app(void* p) {
             }
             }
         }
         }
 
 
-        view_port_update(view_port);
         furi_mutex_release(tictactoe_state->mutex);
         furi_mutex_release(tictactoe_state->mutex);
+        view_port_update(view_port);
     }
     }
 
 
     furi_timer_free(tictactoe_state->timer);
     furi_timer_free(tictactoe_state->timer);