mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 20:32:55 +08:00
Adjust scroll speed back to original
This commit is contained in:
parent
09dee50372
commit
5e7d9ea04a
@ -346,7 +346,7 @@ namespace osu.Game.Overlays.Mods
|
||||
ScheduleAfterChildren(() =>
|
||||
{
|
||||
columnScroll.ScrollToEnd(false);
|
||||
columnScroll.ScrollTo(0, true, 0.0055);
|
||||
columnScroll.ScrollTo(0);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user