diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-23 18:27:04 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-23 18:27:04 +0000 |
| commit | ebbe51718e6b3ed81ee0932641e0bc4ddb805fcc (patch) | |
| tree | 4eca71f96840157c674558ad3f6a24e6118445ca /src/engine/client/ui.c | |
| parent | 1004b466c33199b4c6903bbc676b06b8a34a81d9 (diff) | |
| download | zcatch-ebbe51718e6b3ed81ee0932641e0bc4ddb805fcc.tar.gz zcatch-ebbe51718e6b3ed81ee0932641e0bc4ddb805fcc.zip | |
loads of changes. better prediction. line drawing. some nice graphs :)
Diffstat (limited to 'src/engine/client/ui.c')
| -rw-r--r-- | src/engine/client/ui.c | 2 |
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 |