Remove no-longer-relevant matching comment

This commit is contained in:
Dean Herbert 2021-05-03 20:09:48 +09:00
parent 8c9cfb6301
commit b28e1569ca

View File

@ -62,7 +62,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
if (Composer != null) if (Composer != null)
{ {
// For pooled rulesets, blueprints must be added for hitobjects already "current" as they would've not been "current" during the async load addition process above.
foreach (var obj in Composer.HitObjects) foreach (var obj in Composer.HitObjects)
AddBlueprintFor(obj.HitObject); AddBlueprintFor(obj.HitObject);