mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Applyable -> Applicable.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user