瀏覽代碼

fixing some big bugs

MX 2 年之前
父節點
當前提交
97aa2a5d91
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      wii_anal.c

+ 3 - 3
wii_anal.c

@@ -468,11 +468,11 @@ int32_t wii_ec_anal(void) {
                 break;
                 break;
             }
             }
 
 
-            // *** Update the GUI screen via the viewport ***
-            view_port_update(vpp);
-
             // *** Try to release the plugin state variables ***
             // *** Try to release the plugin state variables ***
             furi_mutex_release(state->mutex);
             furi_mutex_release(state->mutex);
+
+            // *** Update the GUI screen via the viewport ***
+            view_port_update(vpp);
         } while(state->run);
         } while(state->run);
 
 
     // ===== Game Over =====
     // ===== Game Over =====