mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
Fix clip rect in info panel not getting popped at all times.
This commit is contained in:
parent
7c40cf943f
commit
661cf1d127
1 changed files with 3 additions and 3 deletions
|
|
@ -1038,10 +1038,10 @@ static void DrawInfoPanel()
|
|||
0,
|
||||
clipRectMax.x - clipRectMin.x
|
||||
);
|
||||
|
||||
// Pop clip rect from DrawContainer
|
||||
drawList->PopClipRect();
|
||||
}
|
||||
|
||||
// Pop clip rect from DrawContainer
|
||||
drawList->PopClipRect();
|
||||
}
|
||||
|
||||
void OptionsMenu::Draw()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue