mirror of
https://github.com/wiiu-env/NotificationModule.git
synced 2024-11-16 16:59:17 +01:00
Make sure to stop Drawing on the screen before destorying all shaders and other data
This commit is contained in:
parent
0c7d3597fa
commit
de5db6c20b
@ -65,6 +65,7 @@ WUMS_APPLICATION_STARTS() {
|
||||
}
|
||||
|
||||
WUMS_APPLICATION_ENDS() {
|
||||
gDrawReady = false;
|
||||
if (gOverlayFrame) {
|
||||
gOverlayFrame->clearElements();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user