mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-19 06:22:17 +00:00
options_menu: fix info scroll marquee fade (#404)
This commit is contained in:
parent
5e8d15e334
commit
b04d9e683c
1 changed files with 1 additions and 1 deletions
|
|
@ -1583,7 +1583,7 @@ static void DrawInfoPanel(ImVec2 infoMin, ImVec2 infoMax)
|
|||
scrollDirection = 1.0f;
|
||||
}
|
||||
|
||||
SetVerticalMarqueeFade(clipRectMin, clipRectMax, Scale(24), Lerp(Scale(24), 0.0f, scrollOffset / scrollMax));
|
||||
SetVerticalMarqueeFade({ clipRectMin.x, clipRectMin.y + Scale(5.5f) }, clipRectMax, Scale(10), Scale(10));
|
||||
|
||||
DrawRubyAnnotatedText
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue