diff options
| author | PurpleHato <linkvssangoku.jr@gmail.com> | 2022-06-12 14:10:02 +0200 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-13 16:40:47 -0400 |
| commit | 45e18f9aca0297eaeba074d75d6650d95a074677 (patch) | |
| tree | 09dd2ebe7b3eb2d9713d0eff55f00221aa9f51b6 | |
| parent | c927403fa506bccf6b4a7e045e9cb1a91344bdce (diff) | |
Tweak: Typo fixed
| -rw-r--r-- | libultraship/libultraship/SohImGuiImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 1738f30de..3c7f046fb 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -913,7 +913,7 @@ namespace SohImGui { EnhancementRadioButton("Random", "gPauseLiveLink", 15); Tooltip("Randomize the animation played each time you open the menu"); EnhancementRadioButton("Random cycle", "gPauseLiveLink", 16); - Tooltip("andomize the animation played on hte menu after a certain time"); + Tooltip("Randomize the animation played on the menu after a certain time"); if (CVar_GetS32("gPauseLiveLink", 0) >= 16) { EnhancementSliderInt("Frame to wait: %d", "##MinFrameCount", "gMinFrameCount", 1, 1000, ""); } |
