1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 05:22:54 +08:00

Fix refactor error on EndTimeForDisplay

Not sure when this happened >.>
This commit is contained in:
Salman Ahmed 2024-03-08 03:07:59 +03:00
parent fa9b2f0cd5
commit 79da6d8613

View File

@ -86,7 +86,7 @@ namespace osu.Game.Storyboards
{
get
{
double latestEndTime = Commands.StartTime;
double latestEndTime = Commands.EndTime;
foreach (var l in loopingGroups)
latestEndTime = Math.Max(latestEndTime, l.StartTime + l.Duration * l.TotalIterations);