mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Transfer TODO comment across to copy-pasted implmentation
This commit is contained in:
parent
b803ec543f
commit
62ca3aada6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user