Small oops in the statscreen drawer.

This commit is contained in:
Mari the Deer 2023-11-20 13:29:36 +01:00
commit f028e23ee3
2 changed files with 3 additions and 3 deletions

View file

@ -276,7 +276,7 @@ Class SWWMStatScreen : StatusScreen
str = StringTable.Localize("$SWWM_INTERTOTAL");
Screen.DrawText(TewiFont,statbasecolor,xx-80*hs,yy,str,DTA_ScaleX,hs,DTA_ScaleY,hs);
str = TimeStr(max(cnt_total_time,0));
Screen.DrawText(TewiFont,statcolor0,xx+80*hs-TewiFont.StringWidth(str)*hs,yy,str,DTA_ScaleX,CleanXFac_1,DTA_ScaleY,hs);
Screen.DrawText(TewiFont,statcolor0,xx+80*hs-TewiFont.StringWidth(str)*hs,yy,str,DTA_ScaleX,hs,DTA_ScaleY,hs);
}
private void drawSWWMBg()