diff --git a/source/funkin/states/editors/ChartEditorState.hx b/source/funkin/states/editors/ChartEditorState.hx index 22c4770a..925465c9 100644 --- a/source/funkin/states/editors/ChartEditorState.hx +++ b/source/funkin/states/editors/ChartEditorState.hx @@ -1318,9 +1318,8 @@ class ChartEditorState extends haxe.ui.backend.flixel.UIState } else if (FlxG.keys.pressed.ALT) { - selectNote(note); note.chartData[3] = noteTypeIntMap.get(currentType); - updateGrid(); + selectNote(note); } else {