diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index 49013c37..6632c112 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -454,6 +454,8 @@ static bool g_downWasHeld; static void DrawConfigOptions() { + g_selectedItem = nullptr; + float gridSize = Scale(GRID_SIZE); float optionHeightWithPadding = gridSize * 6.0f; float yOffset = -g_firstVisibleRowIndex * optionHeightWithPadding;