mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
fixed displaying of the score in the server browser scoreboard
This commit is contained in:
parent
5e01ed3352
commit
8c544e6e7c
|
@ -2025,7 +2025,7 @@ void CMenus::RenderDetailScoreboard(CUIRect View, const CServerInfo *pInfo, int
|
||||||
DoIcon(IMAGE_BROWSEICONS, SPRITE_BROWSE_HEART_A, &Icon);
|
DoIcon(IMAGE_BROWSEICONS, SPRITE_BROWSE_HEART_A, &Icon);
|
||||||
|
|
||||||
Name.VSplitLeft(2.0f, 0, &Name);
|
Name.VSplitLeft(2.0f, 0, &Name);
|
||||||
Name.VSplitLeft(20.0f, &Score, &Name);
|
Name.VSplitLeft(25.0f, &Score, &Name);
|
||||||
Name.VSplitRight(2*(Name.h-8.0f), &Name, &Flag);
|
Name.VSplitRight(2*(Name.h-8.0f), &Name, &Flag);
|
||||||
Flag.HMargin(4.0f, &Flag);
|
Flag.HMargin(4.0f, &Flag);
|
||||||
Name.HSplitTop(LineHeight*0.5f, &Name, &Clan);
|
Name.HSplitTop(LineHeight*0.5f, &Name, &Clan);
|
||||||
|
|
Loading…
Reference in a new issue