We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4daa7 commit 19b618dCopy full SHA for 19b618d
src/core/fullscreenui.cpp
@@ -1600,7 +1600,7 @@ void FullscreenUI::DrawPauseMenu()
1600
1601
// background
1602
dl->AddRectFilled(ImVec2(0.0f, scaled_top_bar_height),
1603
- 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)),
1604
ImGui::GetColorU32(ModAlpha(UIStyle.BackgroundColor, 0.9f)));
1605
1606
DrawAchievementsPauseMenuOverlays(scaled_top_bar_height);
0 commit comments