1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

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)
{
// 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)
AddBlueprintFor(obj.HitObject);