There was an error while loading. Please reload this page.
1 parent 07d4126 commit 25fd99bCopy full SHA for 25fd99b
1 file changed
source/funkin/editors/charter/Charter.hx
@@ -2263,12 +2263,12 @@ class Charter extends UIState {
2263
2264
inline function _note_addsustain(t) {
2265
UIState.playEditorSound(Flags.DEFAULT_CHARTER_SUSTAINADD_SOUND);
2266
- changeNoteSustain(1);
+ changeNoteSustain(16/quant);
2267
}
2268
2269
inline function _note_subtractsustain(t) {
2270
UIState.playEditorSound(Flags.DEFAULT_CHARTER_SUSTAINDELETE_SOUND);
2271
- changeNoteSustain(-1);
+ changeNoteSustain(-16/quant);
2272
2273
2274
function _note_selectall(_) {
0 commit comments