mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
-- revert last 2 commits
This commit is contained in:
parent
442bead31b
commit
5e262c6145
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue