about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/client/ec_gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ec_gfx.c b/src/engine/client/ec_gfx.c
index 7cd64275..7c02a39f 100644
--- a/src/engine/client/ec_gfx.c
+++ b/src/engine/client/ec_gfx.c
@@ -977,7 +977,7 @@ float gfx_text_raw(void *font_set_v, float x, float y, float size, const char *t
 
         gfx_quads_begin();
         if (i == 0)
-            gfx_setcolor(0.0f, 0.0f, 0.0f, 0.3f);
+            gfx_setcolor(0.0f, 0.0f, 0.0f, 0.3f*text_a);
         else
             gfx_setcolor(text_r, text_g, text_b, text_a);