mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove schedules
This commit is contained in:
@ -43,11 +43,8 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
};
|
||||
scrollFlow.Add(ls);
|
||||
|
||||
ls.Delay(i * 50);
|
||||
ls.Schedule(() =>
|
||||
{
|
||||
ls.Show();
|
||||
});
|
||||
ls.Delay(i * 50, true);
|
||||
ls.Show();
|
||||
}
|
||||
|
||||
scrollContainer.ScrollTo(0f, false);
|
||||
|
Reference in New Issue
Block a user