mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +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);
|
scrollFlow.Add(ls);
|
||||||
|
|
||||||
ls.Delay(i * 50, true);
|
ls.Delay((i - 1) * 50, true);
|
||||||
ls.Show();
|
ls.Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user