Remove schedules

This commit is contained in:
DrabWeb
2017-03-15 08:49:17 -03:00
parent aea9a7b795
commit 847d485d5f
2 changed files with 19 additions and 31 deletions

View File

@ -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);