diff --git a/source/funkin/ui/debug/charting/ChartEditorState.hx b/source/funkin/ui/debug/charting/ChartEditorState.hx index df31fb267..78de08fdf 100644 --- a/source/funkin/ui/debug/charting/ChartEditorState.hx +++ b/source/funkin/ui/debug/charting/ChartEditorState.hx @@ -4179,10 +4179,10 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState { targetCursorMode = Cell; } - } - else if (overlapsHealthIcons) - { - targetCursorMode = Pointer; + else if (overlapsHealthIcons) + { + targetCursorMode = Pointer; + } } } }