1
0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-12 08:31:25 +00:00

Merge branch 'doubleexit' into 'master'

Don't assume there is a GUI mode in exitCurrentGuiMode ()

Closes 

See merge request 
This commit is contained in:
psi29a 2025-03-18 13:16:23 +00:00
commit 241a24564a

@ -729,6 +729,9 @@ namespace MWGui
return;
}
if (mGuiModes.empty())
return;
GuiModeState& state = mGuiModeStates[mGuiModes.back()];
for (const auto& window : state.mWindows)
{