Skip to content

Commit

Permalink
normal offset (from -13 to -60)
Browse files Browse the repository at this point in the history
  • Loading branch information
PurSnake authored Aug 2, 2024
1 parent ddf3fb5 commit ec5e0ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/funkin/ui/debug/charting/ChartEditorState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec5e0ac

Please sign in to comment.