Skip to content

Commit

Permalink
-- revert last 2 commits
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Mar 22, 2020
1 parent 442bead commit 5e262c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_statusbar/shared_sbar.cpp
Expand Up @@ -478,7 +478,7 @@ void DBaseStatusBar::SetScale ()
{
// Wider or equal than 4:3
SBarTop = Scale(sby, h, VerticalResolution);
double width4_3 = w * (4 / 3) / aspect;
double width4_3 = w * 1.333 / aspect;
ST_X = int((w - width4_3) / 2);
}
else
Expand Down

0 comments on commit 5e262c6

Please sign in to comment.