From aeb2cf24ad3c3d3cd0fc239e19e2af74918b0a3d Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Wed, 13 Dec 2023 22:42:09 -0500 Subject: [PATCH] Fix a rebase issue --- source/funkin/ui/debug/charting/ChartEditorState.hx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; + } } } }