1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

GUI shutdown fix

This commit is contained in:
scrawl 2015-05-08 15:10:17 +02:00
parent 483dc9de45
commit cf0fc43004

View File

@ -423,7 +423,10 @@ namespace MWGui
mFontLoader.reset();
mGui->shutdown();
delete mGui;
mGuiPlatform->shutdown();
delete mGuiPlatform;
}