Make sure to stop Drawing on the screen before destorying all shaders and other data

This commit is contained in:
Maschell 2024-03-01 10:00:53 +01:00
parent cefbff93a9
commit a684450196
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ WUMS_APPLICATION_STARTS() {
}
WUMS_APPLICATION_ENDS() {
gDrawReady = false;
if (gOverlayFrame) {
gOverlayFrame->clearElements();
}