removed period in description

This commit is contained in:
MelonSpeedruns
2026-04-04 14:31:16 -04:00
parent b4daecaab3
commit 845939d8b4
+1 -1
View File
@@ -70,7 +70,7 @@ namespace dusk {
if (ImGui::BeginMenu("Audio")) {
ImGui::Checkbox("Non-Stop Midna's Lament", &getSettings().game.midnasLamentNonStop);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Prevents enemy music while Midna's Lament is playing.");
ImGui::SetTooltip("Prevents enemy music while Midna's Lament is playing");
}
ImGui::EndMenu();