1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 15:07:23 +08:00

Add back Capacity.

This commit is contained in:
smoogipooo 2017-03-31 13:33:19 +09:00
parent cd915a32be
commit 09b98d71a7

View File

@ -120,6 +120,8 @@ namespace osu.Game.Modes.Scoring
protected ScoreProcessor(HitRenderer<TObject, TJudgement> hitRenderer)
{
Judgements.Capacity = hitRenderer.Beatmap.HitObjects.Count;
hitRenderer.OnJudgement += AddJudgement;
ComputeTargets(hitRenderer.Beatmap);