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

Reset mCharGen along with the other MyGUI-holding members

This commit is contained in:
Evil Eye 2022-12-05 17:48:24 +01:00
parent 06e21f45f3
commit 69fe4594fc

View File

@ -546,6 +546,7 @@ namespace MWGui
mWindows.clear();
mMessageBoxManager.reset();
mToolTips.reset();
mCharGen.reset();
mKeyboardNavigation.reset();