about summary refs log tree commit diff
path: root/src/game/client/game_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/game_client.cpp')
-rw-r--r--src/game/client/game_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index 01681155..7404d97e 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -1611,6 +1611,7 @@ static void render_player(
 		float tw = gfx_pretty_text_width(28.0f, name, -1);
 		gfx_pretty_text_color(1,1,1,a);
 		gfx_pretty_text(position.x-tw/2.0f, position.y-60, 28.0f, name, -1);
+		gfx_pretty_text_color(1,1,1,1);
 	}
 }