mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed the centering of the score on the miniscore board
This commit is contained in:
parent
57204ecd9d
commit
f62a215b70
|
@ -1322,7 +1322,7 @@ void render_game()
|
|||
}
|
||||
}
|
||||
else
|
||||
gfx_text(0, whole-20-w/2, 300-40-15+t*20+2, 14, buf, -1);
|
||||
gfx_text(0, whole-20-w/2, 300-40-15+t*20, 14, buf, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue