diff options
| author | PurpleHato <linkvssangoku.jr@gmail.com> | 2022-06-23 12:16:44 +0200 |
|---|---|---|
| committer | Kenix3 <kenixwhisperwind@gmail.com> | 2022-06-23 20:10:53 -0400 |
| commit | efd4b26f3de16dcda5da1bb0cd550ec3d0f045f7 (patch) | |
| tree | ecdcebdf6fcc048873729523e4dee647acd509a2 | |
| parent | 0fc75bb8735e80ac826174693ffde9906ea72aff (diff) | |
FIX: Remove duplicates of gNewDrops from the enhancements menu
| -rw-r--r-- | libultraship/libultraship/SohImGuiImpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 52a1a52c3..f3ba3dcc1 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -977,7 +977,6 @@ namespace SohImGui { Tooltip("Change most 2D items & projectiles to their a 3D version"); EnhancementCheckbox("Disable Black Bar Letterboxes", "gDisableBlackBars"); Tooltip("Disables Black Bar Letterboxes during cutscenes and Z-targeting\nNote: there may be minor visual glitches that were covered up by the black bars\nPlease disable this setting before reporting a bug"); - EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops"); EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon"); Tooltip("Changes the rupee in the wallet icon to match the wallet size you currently have"); EnhancementCheckbox("Always show dungeon entrances", "gAlwaysShowDungeonMinimapIcon"); |
