Applyable -> Applicable.

This commit is contained in:
smoogipooo
2017-03-14 12:32:31 +09:00
parent 2756d5f09f
commit bc5912eab5
4 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ namespace osu.Game.Modes.UI
foreach (var mod in mods)
{
var applyable = mod as IApplyableMod<TObject>;
var applyable = mod as IApplicableMod<TObject>;
applyable?.Apply(this);
}