mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Fix changePointer
This commit is contained in:
parent
a8c838b53a
commit
03c4b680ca
@ -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…
x
Reference in New Issue
Block a user