mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 20:09:41 +00:00
GUI shutdown fix
This commit is contained in:
parent
483dc9de45
commit
cf0fc43004
1 changed files with 3 additions and 0 deletions
|
@ -423,7 +423,10 @@ namespace MWGui
|
|||
|
||||
mFontLoader.reset();
|
||||
|
||||
mGui->shutdown();
|
||||
delete mGui;
|
||||
|
||||
mGuiPlatform->shutdown();
|
||||
delete mGuiPlatform;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue