From de7800ab9e53149784dd12a842da31ccacc9c807 Mon Sep 17 00:00:00 2001 From: Christopher Leggett Date: Fri, 20 May 2022 08:20:24 -0400 Subject: [PATCH] Adds some newlines to the 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 d4dcf4f31..a5e4ff9c3 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 Heart Piece in Kakariko Graveyard if you spawn the Heart Piece and leave without picking it up"); + 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"); ImGui::EndMenu(); }