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

View File

@ -73,6 +73,7 @@ namespace osu.Game.Skinning
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;
}