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