about summary refs log tree commit diff
path: root/src/engine/client/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/ui.c')
-rw-r--r--src/engine/client/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ui.c b/src/engine/client/ui.c
index c67b1b13..eb07e7b5 100644
--- a/src/engine/client/ui.c
+++ b/src/engine/client/ui.c
@@ -70,7 +70,7 @@ void ui_do_image(int texture, float x, float y, float w, float h)
     gfx_blend_normal();
     gfx_texture_set(texture);
     gfx_quads_begin();
-    gfx_quads_setcolor(1,1,1,1);
+    gfx_setcolor(1,1,1,1);
     gfx_quads_setsubset(
         0.0f, // startx
         0.0f, // starty