diff options
-rw-r--r-- | textscreen/txt_desktop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_desktop.c b/textscreen/txt_desktop.c index fe0ae8ee..4c9cf5c1 100644 --- a/textscreen/txt_desktop.c +++ b/textscreen/txt_desktop.c @@ -290,6 +290,7 @@ void TXT_GUIMainLoop(void) if (num_windows <= 0) { TXT_ExitMainLoop(); + continue; } TXT_DrawDesktop(); |