diff --git a/src/main.cpp b/src/main.cpp index 1bccbb8..7a5b9e3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -65,6 +65,7 @@ WUMS_APPLICATION_STARTS() { } WUMS_APPLICATION_ENDS() { + gDrawReady = false; if (gOverlayFrame) { gOverlayFrame->clearElements(); }