mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-05 07:38:19 +00:00
fixed gfx glitch in the menu
This commit is contained in:
parent
9572927f35
commit
7d5a03b79a
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
|
@ -166,7 +166,7 @@ void draw_background(float t)
|
|||
|
||||
gfx_texture_set(data->images[IMAGE_MENU_BACKGROUND].id);
|
||||
gfx_quads_begin();
|
||||
gfx_quads_drawTL(0, 400, 1600, 1600/2);
|
||||
gfx_quads_drawTL(0, 430, 1600, 1600/2);
|
||||
gfx_quads_end();
|
||||
|
||||
int frame = int(t * 10) % 3;
|
||||
|
|
Loading…
Reference in a new issue