fixed gfx glitch in the menu

This commit is contained in:
Magnus Auvinen 2007-08-04 23:26:41 +00:00
parent 9572927f35
commit 7d5a03b79a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -166,7 +166,7 @@ void draw_background(float t)
gfx_texture_set(data->images[IMAGE_MENU_BACKGROUND].id); gfx_texture_set(data->images[IMAGE_MENU_BACKGROUND].id);
gfx_quads_begin(); gfx_quads_begin();
gfx_quads_drawTL(0, 400, 1600, 1600/2); gfx_quads_drawTL(0, 430, 1600, 1600/2);
gfx_quads_end(); gfx_quads_end();
int frame = int(t * 10) % 3; int frame = int(t * 10) % 3;