mirror of https://github.com/ppy/osu
Okay resharper u da boss.
This commit is contained in:
parent
a502ff2c87
commit
db8cbba8d5
|
@ -103,7 +103,7 @@ private void applyMods(IEnumerable<Mod> mods)
|
|||
return;
|
||||
|
||||
foreach (var mod in mods.OfType<IApplicableMod<TObject>>())
|
||||
mod?.Apply(this);
|
||||
mod.Apply(this);
|
||||
}
|
||||
|
||||
private void onJudgement(DrawableHitObject<TObject> o, JudgementInfo j) => TriggerOnJudgement(j);
|
||||
|
|
Loading…
Reference in New Issue