vocals.pitch = value; opponentVocals.pitch = value; FlxG.sound.music.pitch = value; var ratio:Float = playbackRate / value; //funny word huh if(ratio != 1) { for (note in notes.members) note.resizeByRatio(ratio); for (note in unspawnNotes) note.resizeByRatio(r...
{ fixDesyncedStep = 0; resyncVocals(true); - } else { - resyncVocals(); } } checkIfDesynced = false; diff --git a/source/states/TitleState.hx b/source/states/TitleState.hx index e4915aba425..d869784fe56 100644 --- a/source/states/TitleState.hx +++ b/source/states/TitleStat...