Detect if the map is open

This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 2bc95d9bc7
commit 3af959128d
5 changed files with 22 additions and 13 deletions

View File

@@ -182,6 +182,7 @@ typedef struct UIScene {
bool enabled;
bool experimental_mode;
bool lead_info;
bool map_open;
bool model_ui;
bool show_fps;
bool turn_signal_left;