From 661cf1d1273da07ebdd51af44132658dd94a77e3 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:43:50 +0300 Subject: [PATCH] Fix clip rect in info panel not getting popped at all times. --- UnleashedRecomp/ui/options_menu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()