mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:05:37 +08:00
Pass down OnJudgement to columns.
This commit is contained in:
parent
42dc4d9b1c
commit
10f0d1f20d
@ -180,6 +180,8 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
}
|
||||
}
|
||||
|
||||
public override void OnJudgement(DrawableHitObject<ManiaHitObject, ManiaJudgement> judgedObject) => columns[judgedObject.HitObject.Column].OnJudgement(judgedObject);
|
||||
|
||||
/// <summary>
|
||||
/// Whether the column index is a special column for this playfield.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user