From 4ea8ee1a7c72d9b12d98536240c1a88460b6f0a9 Mon Sep 17 00:00:00 2001 From: Christopher Leggett Date: Fri, 20 May 2022 21:47:34 -0400 Subject: [PATCH] Shortens ImGui tooltip. --- 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 a5e4ff9c3..400ad5be3 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -706,7 +706,7 @@ namespace SohImGui { EnhancementCheckbox("Fix Two Handed idle animations", "gTwoHandedIdle"); Tooltip("Makes two handed idle animation play, a seemingly finished animation that was disabled on accident in the original game"); EnhancementCheckbox("Fix the Gravedigging Tour Glitch", "gGravediggingTourFix"); - Tooltip("Fixes a vanilla bug where you can permanently miss the Gravedigging Tour\nHeart Piece in Kakariko Graveyard if you spawn the Heart Piece and leave\nwithout picking it up"); + Tooltip("Fixes a bug where you can permanently miss the Gravedigging Tour Heart Piece"); ImGui::EndMenu(); }