mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +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,11 +1038,11 @@ static void DrawInfoPanel()
|
||||||
0,
|
0,
|
||||||
clipRectMax.x - clipRectMin.x
|
clipRectMax.x - clipRectMin.x
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
// Pop clip rect from DrawContainer
|
// Pop clip rect from DrawContainer
|
||||||
drawList->PopClipRect();
|
drawList->PopClipRect();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void OptionsMenu::Draw()
|
void OptionsMenu::Draw()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue