no J symbol

This commit is contained in:
GenZmeY 2021-05-16 07:59:20 +03:00
parent f608412edb
commit 5a8c03560d

View File

@ -344,7 +344,7 @@ function DrawPlayerEntry( Canvas C, int Index, float YOffset, float Height, floa
else else
{ {
C.SetDrawColor(250, 250, 100, 255); C.SetDrawColor(250, 250, 100, 255);
StrValue = "£"$GetNiceSize(int(KFPRI.Score)); StrValue = GetNiceSize(int(KFPRI.Score));
} }
C.DrawText (StrValue, , FontScalar, FontScalar); C.DrawText (StrValue, , FontScalar, FontScalar);