mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 12:53:53 +00:00
Fix changePointer
This commit is contained in:
parent
a8c838b53a
commit
03c4b680ca
1 changed files with 1 additions and 0 deletions
|
@ -1304,6 +1304,7 @@ namespace MWGui
|
|||
|
||||
void WindowManager::changePointer(const std::string &name)
|
||||
{
|
||||
MyGUI::PointerManager::getInstance().setPointer(name);
|
||||
onCursorChange(name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue