Wave animation fine tuning

This commit is contained in:
DrabWeb
2017-02-18 11:21:41 -04:00
parent d1af050355
commit a024353574
3 changed files with 39 additions and 33 deletions

View File

@ -54,7 +54,6 @@ namespace osu.Game.Overlays.Mods
else if (value <= -2)
{
_selectedMod = Mods.Length - 1;
}
}
iconsContainer.RotateTo(Selected ? 5f : 0f, 300, EasingTypes.OutElastic);