From ec5e0acc32f81b775307a5cba03a64a5b06bad5e Mon Sep 17 00:00:00 2001 From: PurSnake <56314743+PurSnake@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:44:29 +0300 Subject: [PATCH] normal offset (from -13 to -60) --- source/funkin/ui/debug/charting/ChartEditorState.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/funkin/ui/debug/charting/ChartEditorState.hx b/source/funkin/ui/debug/charting/ChartEditorState.hx index 7d5de692a4..461a7ffacf 100644 --- a/source/funkin/ui/debug/charting/ChartEditorState.hx +++ b/source/funkin/ui/debug/charting/ChartEditorState.hx @@ -283,9 +283,9 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState public static final WELCOME_MUSIC_FADE_IN_DURATION:Float = 10.0; /** - * Hitsounds are played with a strange offset and this should not happen. - */ - public static final HITSOUND_OFFSET:Float = -13; + * Hitsounds are played with a strange offset and this should not happen. + */ + public static final HITSOUND_OFFSET:Float = -60; /** * INSTANCE DATA