Transfer TODO comment across to copy-pasted implmentation

This commit is contained in:
Dean Herbert 2022-07-27 13:53:25 +09:00
parent b803ec543f
commit 62ca3aada6
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ private void load()
firstEventTime = beatmap?.Value.Storyboard.EarliestEventTime ?? 0;
firstHitTime = drawableRuleset.Objects.First().StartTime;
//TODO: this isn't always correct (consider mania where a non-last object may last for longer than the last in the list).
lastHitTime = drawableRuleset.Objects.Last().GetEndTime() + 1;
}