mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
ApplyDelay -> AddDelay
This commit is contained in:
@ -63,7 +63,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
};
|
||||
scrollFlow.Add(ls);
|
||||
|
||||
ls.ApplyDelay(i++ * 50, true);
|
||||
ls.AddDelay(i++ * 50, true);
|
||||
ls.Show();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user