mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
TWKEA: Desciription got the Kokiri draw distance
This commit is contained in:
parent
c95dbf578b
commit
6050a5f316
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ namespace SohImGui {
|
||||||
Tooltip("Turns off the objects draw distance, making objects being visible from a longer range");
|
Tooltip("Turns off the objects draw distance, making objects being visible from a longer range");
|
||||||
if (CVar_GetS32("gDisableDrawDistance", 0) == 1) {
|
if (CVar_GetS32("gDisableDrawDistance", 0) == 1) {
|
||||||
EnhancementCheckbox("Kokiri Draw Distance", "gDisableKokiriDrawDistance");
|
EnhancementCheckbox("Kokiri Draw Distance", "gDisableKokiriDrawDistance");
|
||||||
Tooltip("Kokiris are mystical being that appear from a certain distance\nEnable this will remove their draw distance");
|
Tooltip("Kokiris are mystical being that appear from a certain distance\nEnable this will remove their draw distance\nNeeds to reload the map to take effect");
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue