Fixed Freeplay Scrolling Issue

This commit is contained in:
JugieNoob 2024-05-12 01:35:04 +02:00
parent a6948c3a38
commit 4f8a0dbebf
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ class FreeplayState extends MusicBeatSubState
if (FlxG.mouse.wheel != 0)
{
dj.resetAFKTimer();
changeSelection(-Math.round(FlxG.mouse.wheel / 4));
changeSelection(-Math.round(FlxG.mouse.wheel));
}
if (controls.UI_LEFT_P && !FlxG.keys.pressed.CONTROL)