mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
tune headlight parameters, refactor config window
This commit is contained in:
@@ -368,6 +368,8 @@ void ui_layer::render_menu_contents()
|
||||
ImGui::MenuItem(LOC_STR(ui_log), "F9", &m_logpanel.is_open);
|
||||
if (Global.map_enabled && m_map)
|
||||
ImGui::MenuItem(LOC_STR(ui_map), "Tab", &m_map->map_opened);
|
||||
if (DebugModeFlag)
|
||||
ImGui::MenuItem("Headlight config", nullptr, &GfxRenderer.debug_ui_active);
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user