소스 검색

fixing some big bugs

MX 2 년 전
부모
커밋
642cf03f65
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      application.fam
  2. 1 1
      roots_of_life_game.c

+ 1 - 1
application.fam

@@ -13,6 +13,6 @@ App(
     fap_icon_assets_symbol="roots_of_life_game",
     fap_author="@Xorboo",
     fap_weburl="https://github.com/Xorboo/root-of-life",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="A zen-puzzle game for FlipperZero, puzzle made on GlobalGameJam23 (theme: Roots)",
 )

+ 1 - 1
roots_of_life_game.c

@@ -729,8 +729,8 @@ int32_t roots_of_life_game_app(void* p) {
             }
         }
 
-        view_port_update(view_port);
         furi_mutex_release(state->mutex);
+        view_port_update(view_port);
     }
 
     furi_timer_free(timer);