mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-12 15:51:42 +00:00
derp fix
This commit is contained in:
parent
04711180bd
commit
01add8023e
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ namespace MWGui
|
|||
focus = MWVR::Environment::get().getGUIManager()->focusWidget();
|
||||
else
|
||||
#endif
|
||||
MyGUI::Widget* focus = MyGUI::InputManager::getInstance().getMouseFocusWidget();
|
||||
focus = MyGUI::InputManager::getInstance().getMouseFocusWidget();
|
||||
if (focus == 0)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue