From ebbe51718e6b3ed81ee0932641e0bc4ddb805fcc Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 23 Sep 2007 18:27:04 +0000 Subject: loads of changes. better prediction. line drawing. some nice graphs :) --- src/engine/client/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/client/ui.c') 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 -- cgit 1.4.1