mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Fix right arrow in title screen
This commit is contained in:
parent
8204f4587e
commit
deda966b6e
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ screen_title_draw(void *d)
|
|||
if(data->menu_option > 1)
|
||||
font_draw_big("<", CENTERX - txt_hsize - 22, 200);
|
||||
if(data->menu_option < 4)
|
||||
font_draw_big(">", CENTERX + txt_hsize + 22, 200);
|
||||
font_draw_big(">", CENTERX + txt_hsize + 14, 200);
|
||||
}
|
||||
font_reset_color();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue