From b7f67c8ec37638581d3dc51c94203985d448d78b Mon Sep 17 00:00:00 2001 From: Bitto Date: Wed, 8 Apr 2026 22:42:15 +0100 Subject: [PATCH] whatever man --- source/funkin/editors/charter/Charter.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/editors/charter/Charter.hx b/source/funkin/editors/charter/Charter.hx index a1c39bf89..e67bb77ce 100644 --- a/source/funkin/editors/charter/Charter.hx +++ b/source/funkin/editors/charter/Charter.hx @@ -2263,12 +2263,12 @@ class Charter extends UIState { inline function _note_addsustain(t) { UIState.playEditorSound(Flags.DEFAULT_CHARTER_SUSTAINADD_SOUND); - changeNoteSustain(1); + changeNoteSustain(16/quant); } inline function _note_subtractsustain(t) { UIState.playEditorSound(Flags.DEFAULT_CHARTER_SUSTAINDELETE_SOUND); - changeNoteSustain(-1); + changeNoteSustain(-16/quant); } function _note_selectall(_) {