We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277dc5d commit 72143c2Copy full SHA for 72143c2
src/game/scenes/scoreboard.c
@@ -121,7 +121,7 @@ void scoreboard_render_overlay(scene *scene) {
121
scoreboard_local *local = scene_get_userdata(scene);
122
char row[128];
123
char score_text[15];
124
- const char *score_row_format = "%-18s%-9s%-9s%11s";
+ const char *score_row_format = "%-18.16s%-9s%-9s%11s";
125
126
text_settings big_text;
127
text_defaults(&big_text);
0 commit comments