1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 18:32:56 +08:00

Remove whitespace

This commit is contained in:
Joehu 2019-12-08 09:04:34 -08:00
parent 8956768fe0
commit 463b6c0030

View File

@ -179,7 +179,7 @@ namespace osu.Game.Overlays.Mods
protected override bool OnClick(ClickEvent e)
{
scaleContainer.ScaleTo(1, 500, Easing.OutElastic);
SelectNext(1);
return base.OnClick(e);