tune headlight parameters, refactor config window

This commit is contained in:
milek7
2018-12-09 21:14:31 +01:00
parent bd8c5ed59a
commit c0d824a6bd
6 changed files with 53 additions and 18 deletions

View File

@@ -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();
}
}