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:
Thomas Bernard
2019-01-31 22:39:17 +01:00
parent 91b272a9e5
commit 774bd73602

View File

@@ -178,7 +178,7 @@ void Button_Message_initial(void)
Display_cursor(); Display_cursor();
while(!Mouse_K && !Key) while(!Mouse_K && !Key && !Quit_is_required)
Get_input(20); Get_input(20);
if (Mouse_K) if (Mouse_K)
{ {