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:
parent
fa9b2f0cd5
commit
79da6d8613
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user