Enable to close the application within the initial Anim/Layer dialog
we waited for a mouse or keyboard event but clicking the close X of the window doesn't send any...
This commit is contained in:
parent
91b272a9e5
commit
774bd73602
@ -178,7 +178,7 @@ void Button_Message_initial(void)
|
||||
|
||||
Display_cursor();
|
||||
|
||||
while(!Mouse_K && !Key)
|
||||
while(!Mouse_K && !Key && !Quit_is_required)
|
||||
Get_input(20);
|
||||
if (Mouse_K)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user