From efd4b26f3de16dcda5da1bb0cd550ec3d0f045f7 Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Thu, 23 Jun 2022 12:16:44 +0200 Subject: [PATCH] FIX: Remove duplicates of gNewDrops from the enhancements menu --- libultraship/libultraship/SohImGuiImpl.cpp | 1 - 1 file changed, 1 deletion(-) 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");