mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Adjust delays to start at 0
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
};
|
||||
scrollFlow.Add(ls);
|
||||
|
||||
ls.Delay(i * 50, true);
|
||||
ls.Delay((i - 1) * 50, true);
|
||||
ls.Show();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user