NANCY: Set correct cursor when hovering a UI element
Set the correct ID for the cursor that displays when hovering a clickable UI element.
This commit is contained in:
parent
6abc61edf7
commit
3dd19a47e1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ void CursorManager::setCursor(CursorType type, int16 itemID) {
|
|||
_curCursorID = 4;
|
||||
break;
|
||||
case kHotspotArrow:
|
||||
_curCursorID = 6;
|
||||
_curCursorID = 5;
|
||||
break;
|
||||
default: {
|
||||
uint itemsOffset = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue