mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
move enhancement back into gameplay
This commit is contained in:
@@ -270,9 +270,6 @@ void DrawEnhancementsMenu() {
|
||||
if (ImGui::BeginMenu("Gameplay")) {
|
||||
UIWidgets::PaddedEnhancementCheckbox("No Level of Detail (LOD)", "gDisableLOD", true, false);
|
||||
UIWidgets::Tooltip("Disable Level of Detail (LOD) to avoid models using lower poly versions at a distance");
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
if (ImGui::BeginMenu("Quality of Life")) {
|
||||
UIWidgets::PaddedEnhancementCheckbox("Select any star from menu", "gSelectAllStars", true, false);
|
||||
UIWidgets::Tooltip("Let's you select any star from the menu regardless of the courses completion status.");
|
||||
ImGui::EndMenu();
|
||||
|
||||
Reference in New Issue
Block a user