- minor adjustment to the level stats widget.

Since the widget was right on top of the status bar, the shadows behind it were slightly bleeding into it.
This commit is contained in:
sinisterseed 2020-11-13 17:10:13 +02:00
parent d089aa8d2e
commit 913239ee5d

View file

@ -144,7 +144,7 @@ void DBaseStatusBar::PrintLevelStats(FLevelStats &stats)
double spacing = stats.spacing * hud_statscale;
if (stats.screenbottomspace < 0)
{
y = 200 - RelTop - spacing;
y = 200 - RelTop - spacing - 1;
}
else
{