options_menu: fix inconsistent info scrolling delay

This commit is contained in:
Hyper 2025-02-07 10:59:44 +00:00
parent 16c35b45c2
commit 511c670def

View file

@ -1559,6 +1559,7 @@ static void DrawInfoPanel(ImVec2 infoMin, ImVec2 infoMax)
isScrolling = false;
scrollOffset = 0.0f;
scrollTimer = 0.0f;
scrollDirection = 1.0f;
}
}