mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add comment regarding usage of Reverse()
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user