mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Fixed Freeplay Scrolling Issue
This commit is contained in:
parent
a6948c3a38
commit
4f8a0dbebf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue