mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove redundant transform
This commit is contained in:
@ -178,11 +178,9 @@ namespace osu.Game.Overlays.Mods
|
|||||||
|
|
||||||
protected override bool OnClick(ClickEvent e)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
{
|
||||||
scaleContainer.ScaleTo(1, 500, Easing.OutElastic);
|
|
||||||
|
|
||||||
SelectNext(1);
|
SelectNext(1);
|
||||||
|
|
||||||
return base.OnClick(e);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user