1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-16 16:20:53 +00:00

Merge branch 'reset_chargen' into 'master'

Reset mCharGen along with the other MyGUI-holding members

Closes #7078

See merge request OpenMW/openmw!2533
This commit is contained in:
psi29a 2022-12-06 09:41:45 +00:00
commit c03607b679

View File

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