Adjust scroll speed back to original

This commit is contained in:
Dean Herbert 2024-03-08 13:59:04 +08:00
parent 09dee50372
commit 5e7d9ea04a
No known key found for this signature in database

View File

@ -346,7 +346,7 @@ namespace osu.Game.Overlays.Mods
ScheduleAfterChildren(() =>
{
columnScroll.ScrollToEnd(false);
columnScroll.ScrollTo(0, true, 0.0055);
columnScroll.ScrollTo(0);
});
}