Implement WUMS_DEINITIALIZE

This commit is contained in:
Maschell 2024-03-01 09:59:39 +01:00
parent fc41c6a6a7
commit 13ac45a7d9
1 changed files with 6 additions and 0 deletions

View File

@ -76,3 +76,9 @@ WUMS_APPLICATION_ENDS() {
Texture2DShader::destroyInstance();
deinitLogging();
}
WUMS_DEINITIALIZE() {
delete gOverlayFrame;
delete gFontSystem;
MEMFreeToMappedMemory(gContextState);
}