diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index 5236cf01..cadf9053 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -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()