Fix Storyboard's FirstEventTime not finding the true earliest event

This commit is contained in:
Dean Herbert
2021-01-04 15:16:01 +09:00
parent cb7df0fe11
commit 20d04d6933
3 changed files with 13 additions and 3 deletions

View File

@ -111,7 +111,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
Assert.AreEqual(1500, background.Elements[0].StartTime);
Assert.AreEqual(1000, background.Elements[1].StartTime);
Assert.AreEqual(1000, storyboard.FirstEventTime);
Assert.AreEqual(1000, storyboard.EarliestEventTime);
}
}