replace easement with easing

This commit is contained in:
Gabe Livengood
2022-06-09 18:26:18 -04:00
parent 4e01db03bb
commit 569c39942a
5 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
{
Mod = new OsuModRepel
{
EasementStrength = { Value = strength },
EasingStrength = { Value = strength },
},
PassCondition = () => true,
Autoplay = false,