mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Add comment regarding usage of Reverse()
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
563a0584d5
commit
71a361337d
@ -138,6 +138,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
|
||||
Stack<double> currentConcurrentObjects = new Stack<double>();
|
||||
|
||||
// Reversing is done to enumerate in order of increasing StartTime.
|
||||
foreach (var b in SelectionBlueprints.Reverse())
|
||||
{
|
||||
while (currentConcurrentObjects.TryPeek(out double stackEndTime))
|
||||
|
Loading…
Reference in New Issue
Block a user