From 6050a5f316487392d7e3d1bb01f53419161bef36 Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Sun, 22 May 2022 17:15:46 +0200 Subject: [PATCH] TWKEA: Desciription got the Kokiri draw distance --- libultraship/libultraship/SohImGuiImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 8ec8e76a2..704ad0700 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -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();