1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

Fix a rebase issue

This commit is contained in:
EliteMasterEric 2023-12-13 22:42:09 -05:00
parent b740fbf028
commit aeb2cf24ad

View file

@ -4179,10 +4179,10 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
{ {
targetCursorMode = Cell; targetCursorMode = Cell;
} }
} else if (overlapsHealthIcons)
else if (overlapsHealthIcons) {
{ targetCursorMode = Pointer;
targetCursorMode = Pointer; }
} }
} }
} }