diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-10 20:36:38 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-10 20:36:38 +0000 |
| commit | 4bb8a81a5af060a688f5343517e68635160f801a (patch) | |
| tree | e959b6d4e1964d26f11f79cb9d570b0250870e30 /src/game/client | |
| parent | e35d3831416331f5a57a2d6a45870c1c44d47236 (diff) | |
| download | zcatch-4bb8a81a5af060a688f5343517e68635160f801a.tar.gz zcatch-4bb8a81a5af060a688f5343517e68635160f801a.zip | |
fixed nameplate issue
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/game_client.cpp | 1 |
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); } } |