mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
GUI shutdown fix
This commit is contained in:
parent
483dc9de45
commit
cf0fc43004
@ -423,7 +423,10 @@ namespace MWGui
|
|||||||
|
|
||||||
mFontLoader.reset();
|
mFontLoader.reset();
|
||||||
|
|
||||||
|
mGui->shutdown();
|
||||||
delete mGui;
|
delete mGui;
|
||||||
|
|
||||||
|
mGuiPlatform->shutdown();
|
||||||
delete mGuiPlatform;
|
delete mGuiPlatform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user