TWKEA: Desciription got the Kokiri draw distance

This commit is contained in:
PurpleHato 2022-05-22 17:15:46 +02:00
commit 6050a5f316

View file

@ -766,7 +766,7 @@ namespace SohImGui {
Tooltip("Turns off the objects draw distance, making objects being visible from a longer range");
if (CVar_GetS32("gDisableDrawDistance", 0) == 1) {
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();