mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 21:33:04 +08:00
Remove whitespace
This commit is contained in:
parent
8956768fe0
commit
463b6c0030
@ -179,7 +179,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
protected override bool OnClick(ClickEvent e)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
{
|
||||||
scaleContainer.ScaleTo(1, 500, Easing.OutElastic);
|
scaleContainer.ScaleTo(1, 500, Easing.OutElastic);
|
||||||
|
|
||||||
SelectNext(1);
|
SelectNext(1);
|
||||||
|
|
||||||
return base.OnClick(e);
|
return base.OnClick(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user