Skip to content

Commit 66d3f55

Browse files
fix the random playback thing acting weird
1 parent aad78c3 commit 66d3f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3859,7 +3859,7 @@ class PlayState extends MusicBeatState
38593859
if (curBeat % 32 == 0 && randomSpeedThing)
38603860
{
38613861
var randomShit = FlxMath.roundDecimal(FlxG.random.float(0.4, 3), 2);
3862-
lerpSongSpeed(randomShit, 1 / playbackRate);
3862+
lerpSongSpeed(randomShit, 1);
38633863
}
38643864

38653865
FlxG.watch.addQuick("secShit", curSection);

0 commit comments

Comments
 (0)