mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Wave animation fine tuning
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user