mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
ADDED: Draw Distance toggle under Experimental enhancement
This commit is contained in:
parent
0ce37a4126
commit
81f30870aa
1 changed files with 2 additions and 0 deletions
|
@ -762,6 +762,8 @@ namespace SohImGui {
|
||||||
EnhancementCheckbox("60FPS Interpolation", "g60FPS");
|
EnhancementCheckbox("60FPS Interpolation", "g60FPS");
|
||||||
EnhancementCheckbox("Disable LOD", "gDisableLOD");
|
EnhancementCheckbox("Disable LOD", "gDisableLOD");
|
||||||
Tooltip("Turns off the level of detail setting, making models always use their higher poly variants");
|
Tooltip("Turns off the level of detail setting, making models always use their higher poly variants");
|
||||||
|
EnhancementCheckbox("Disable Draw Distance", "gDisableDrawDistance");
|
||||||
|
Tooltip("Turns off the objects draw distance, making objects being visible from a longer range");
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue