mirror of
https://github.com/ppy/osu
synced 2024-12-09 16:39:15 +00:00
Okay resharper u da boss.
This commit is contained in:
parent
a502ff2c87
commit
db8cbba8d5
@ -103,7 +103,7 @@ namespace osu.Game.Modes.UI
|
||||
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
Block a user