removed period in description

This commit is contained in:
MelonSpeedruns
2026-04-04 14:31:40 -04:00
parent 0ccf5e8771
commit d0afac0fba
+1 -1
View File
@@ -40,7 +40,7 @@ namespace dusk {
ImGui::Checkbox("No Climbing Miss Animation", &getSettings().game.noMissClimbing);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Prevents Link from playing a struggle animation\n"
"when using the Clawshot on vines at a weird angle.");
"when using the Clawshot on vines at a weird angle");
}
ImGui::Checkbox("Faster Tears of Light", &getSettings().game.fastTears);