diff --git a/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs b/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs index b4002c372..46906acb2 100644 --- a/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs +++ b/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs @@ -12,7 +12,7 @@ public class SentakkiModAutoTouch : Mod, IApplicableToDrawableHitObject { public override string Name => "Auto Touch"; public override string Acronym => "AT"; - public override IconUsage? Icon => OsuIcon.PlaystyleTouch; + public override IconUsage? Icon => OsuIcon.PlayStyleTouch; public override ModType Type => ModType.Automation; public override string Description => @"Focus on the laned notes. Touch screen notes will be completed automatically."; public override double ScoreMultiplier => .5f; diff --git a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj index 17d7af98a..134eebdb3 100644 --- a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj +++ b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj @@ -9,7 +9,7 @@ osu.Game.Rulesets.Sentakki - +