Small oops in the statscreen drawer.
This commit is contained in:
parent
62bd871741
commit
f028e23ee3
2 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue