remove cash symbol (not displayed properly)
This commit is contained in:
parent
c33ec3209f
commit
875371c028
@ -812,7 +812,7 @@ function DrawPlayerEntry(Canvas C, int Index, float YOffset, float Height, float
|
||||
else
|
||||
{
|
||||
C.SetDrawColorStruct(Settings.Style.DoshTextColorMid);
|
||||
StrValue = "£" $ GetNiceSize(int(KFPRI.Score));
|
||||
StrValue = GetNiceSize(int(KFPRI.Score));
|
||||
}
|
||||
DrawTextShadowHVCenter(StrValue, DoshXPos, YOffset, DoshWBox, Height, FontScalar);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user