mirror of
https://github.com/ppy/osu
synced 2024-12-28 18:02:53 +00: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