mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-10 14:24:56 +00:00
Fix a rebase issue
This commit is contained in:
parent
b740fbf028
commit
aeb2cf24ad
|
@ -4179,13 +4179,13 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
||||||
{
|
{
|
||||||
targetCursorMode = Cell;
|
targetCursorMode = Cell;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else if (overlapsHealthIcons)
|
else if (overlapsHealthIcons)
|
||||||
{
|
{
|
||||||
targetCursorMode = Pointer;
|
targetCursorMode = Pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Actually set the cursor mode to the one we specified earlier.
|
// Actually set the cursor mode to the one we specified earlier.
|
||||||
Cursor.cursorMode = targetCursorMode ?? Default;
|
Cursor.cursorMode = targetCursorMode ?? Default;
|
||||||
|
|
Loading…
Reference in a new issue