1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 17:30:13 +08:00

Remove outdated comment

This commit is contained in:
Dean Herbert
2025-08-07 18:15:37 +09:00
Unverified
parent bff07010d1
commit dc4fb86e8b
-5
View File
@@ -345,11 +345,6 @@ namespace osu.Game.Graphics.Carousel
{
log($"Performing {filter.GetType().ReadableName()}");
items = await filter.Run(items, cts.Token).ConfigureAwait(false);
// To avoid shooting ourselves in the foot, ensure that we manifest a list after each filter.
//
// A future improvement may be passing a reference list through each filter rather than copying each time,
// but this is the safest approach.
}
log("Updating Y positions");