1
0
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:
smoogipooo 2017-09-11 12:57:10 +09:00
parent 42dc4d9b1c
commit 10f0d1f20d

View File

@ -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>