mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Remove braces
Co-Authored-By: Salman Ahmed <email@iisalman.me>
This commit is contained in:
parent
daa0ebe2b5
commit
156d0ae9b9
@ -104,7 +104,7 @@ namespace osu.Game.Screens.Ranking
|
||||
|
||||
public override bool OnExiting(IScreen next)
|
||||
{
|
||||
allCircles.ForEach(c => { c.ScaleTo(0, transition_time, Easing.OutSine); });
|
||||
allCircles.ForEach(c => c.ScaleTo(0, transition_time, Easing.OutSine));
|
||||
|
||||
Background.ScaleTo(1f, transition_time / 4, Easing.OutQuint);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user