FullscreenUI: Fix incorrect background rect bounds

pull/3699/head
Stenzek 5 months ago
parent 2a4daa76f4
commit 19b618d44b
No known key found for this signature in database

@ -1600,7 +1600,7 @@ void FullscreenUI::DrawPauseMenu()
// background
dl->AddRectFilled(ImVec2(0.0f, scaled_top_bar_height),
ImVec2(display_size.x, display_size.x - scaled_top_bar_height - LayoutScale(LAYOUT_FOOTER_HEIGHT)),
ImVec2(display_size.x, display_size.y - LayoutScale(LAYOUT_FOOTER_HEIGHT)),
ImGui::GetColorU32(ModAlpha(UIStyle.BackgroundColor, 0.9f)));
DrawAchievementsPauseMenuOverlays(scaled_top_bar_height);

Loading…
Cancel
Save