1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:42:56 +08:00

remove spaces

This commit is contained in:
Dragicafit 2018-12-11 21:02:12 +01:00
parent bfe3b03945
commit 4b073aed83

View File

@ -60,13 +60,13 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
return false;
switch (action)
{
case OsuAction.LeftButton:
case OsuAction.RightButton:
downCount++;
ActiveCursor.ScaleTo(released_scale).ScaleTo(targetScale, 100, Easing.OutQuad);
break;
}
{
case OsuAction.LeftButton:
case OsuAction.RightButton:
downCount++;
ActiveCursor.ScaleTo(released_scale).ScaleTo(targetScale, 100, Easing.OutQuad);
break;
}
return false;
}