We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad78c3 commit 66d3f55Copy full SHA for 66d3f55
source/PlayState.hx
@@ -3859,7 +3859,7 @@ class PlayState extends MusicBeatState
3859
if (curBeat % 32 == 0 && randomSpeedThing)
3860
{
3861
var randomShit = FlxMath.roundDecimal(FlxG.random.float(0.4, 3), 2);
3862
- lerpSongSpeed(randomShit, 1 / playbackRate);
+ lerpSongSpeed(randomShit, 1);
3863
}
3864
3865
FlxG.watch.addQuick("secShit", curSection);
0 commit comments