mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Attempt to fix things.
This commit is contained in:
@ -104,10 +104,9 @@ namespace osu.Game.Modes.UI
|
||||
|
||||
foreach (var mod in mods)
|
||||
{
|
||||
var applyable = mod as IApplyableMod<HitRenderer<TObject>>;
|
||||
var applyable = mod as IApplyableMod<TObject>;
|
||||
|
||||
if (applyable != null)
|
||||
applyable.Apply(this);
|
||||
applyable?.Apply(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user