diff --git a/osu.Game.Rulesets.Osu/Mods/OsuModApproachDifferent.cs b/osu.Game.Rulesets.Osu/Mods/OsuModApproachDifferent.cs index db74790221..d784320d22 100644 --- a/osu.Game.Rulesets.Osu/Mods/OsuModApproachDifferent.cs +++ b/osu.Game.Rulesets.Osu/Mods/OsuModApproachDifferent.cs @@ -90,7 +90,7 @@ namespace osu.Game.Rulesets.Osu.Mods public enum AnimationStyle { Linear, - Gravity, + Gravity, InOut1, InOut2, Accelerate1,