فهرست منبع

Merge game15 from https://github.com/xMasterX/all-the-plugins

Willy-JL 1 سال پیش
والد
کامیت
7bc7e57910
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      game15/sandbox.c

+ 1 - 1
game15/sandbox.c

@@ -3,7 +3,7 @@
 #include "sandbox.h"
 
 FuriMessageQueue* sandbox_event_queue;
-FuriMutex** sandbox_mutex;
+FuriMutex* sandbox_mutex;
 ViewPort* sandbox_view_port;
 Gui* sandbox_gui;
 FuriTimer* sandbox_timer;