mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Update override
This commit is contained in:
parent
590931b17c
commit
7b52faa76d
@ -38,7 +38,8 @@ namespace osu.Game.Rulesets.Taiko
|
||||
new SwellCompositionTool()
|
||||
};
|
||||
|
||||
protected override ComposeBlueprintContainer CreateBlueprintContainer() => new TaikoBlueprintContainer(Playfield.AllHitObjects);
|
||||
protected override ComposeBlueprintContainer CreateBlueprintContainer(IEnumerable<DrawableHitObject> hitObjects)
|
||||
=> new TaikoBlueprintContainer(hitObjects);
|
||||
}
|
||||
|
||||
public class TaikoBlueprintContainer : ComposeBlueprintContainer
|
||||
|
Loading…
Reference in New Issue
Block a user