Implement WUMS_DEINITIALIZE

This commit is contained in:
Maschell 2024-03-01 09:59:39 +01:00
parent b1e06017ac
commit e19f9ba398
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);
}