Implement WUMS_DEINITIALIZE

This commit is contained in:
Maschell 2024-03-01 09:59:39 +01:00
parent 105014220d
commit f9335c62d9

View File

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