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