forked from teamnwah/openmw-tes3coop
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)
|
void WindowManager::changePointer(const std::string &name)
|
||||||
{
|
{
|
||||||
|
MyGUI::PointerManager::getInstance().setPointer(name);
|
||||||
onCursorChange(name);
|
onCursorChange(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue