From 511c670def6cca04754807b2bf498c855c164a14 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:59:44 +0000 Subject: [PATCH] options_menu: fix inconsistent info scrolling delay --- UnleashedRecomp/ui/options_menu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index 335d562..6e984ea 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -1559,6 +1559,7 @@ static void DrawInfoPanel(ImVec2 infoMin, ImVec2 infoMax) isScrolling = false; scrollOffset = 0.0f; scrollTimer = 0.0f; + scrollDirection = 1.0f; } }