1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-06 10:41:04 +00:00

clear temporary items

This commit is contained in:
Kuyondo 2025-08-14 19:28:03 +08:00
parent 4749ddf586
commit e226963d0d

View file

@ -75,6 +75,8 @@ namespace MWGui
{
unassign(&mKey[i]);
}
mTemp.clear();
}
inline void QuickKeysMenu::validate(int index)