Register bar line pool & use in drawable ruleset

This commit is contained in:
Bartłomiej Dach
2020-12-13 20:12:54 +01:00
parent c103c3691f
commit ea09cbddc6
3 changed files with 10 additions and 2 deletions

View File

@ -151,7 +151,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
Major = major
};
DrawableRuleset.Playfield.Add(new DrawableBarLine(bl));
DrawableRuleset.Playfield.Add(bl);
}
private void addSwell(double duration = default_duration)