mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed the welcome screen
This commit is contained in:
parent
1f246d9dcb
commit
6349abcbdd
|
@ -2055,7 +2055,7 @@ int menu2_render()
|
|||
if(ui_do_button(&enter_button, "Enter", 0, &part, ui_draw_menu_button, 0) || inp_key_down(KEY_ENTER))
|
||||
popup = POPUP_NONE;
|
||||
|
||||
ui_hsplit_b(&box, 60.f, &box, &part);
|
||||
ui_hsplit_b(&box, 40.f, &box, &part);
|
||||
ui_hsplit_b(&box, 24.f, &box, &part);
|
||||
|
||||
ui_vsplit_l(&part, 60.0f, 0, &label);
|
||||
|
|
Loading…
Reference in a new issue