Unify bar line types & prepare for pooling

This commit is contained in:
Bartłomiej Dach
2020-12-13 19:59:07 +01:00
parent f83c5fa81d
commit a8e86a20e1
5 changed files with 102 additions and 87 deletions

View File

@ -71,7 +71,7 @@ namespace osu.Game.Rulesets.Taiko.Tests.Skinning
}
};
hoc.Add(new DrawableBarLineMajor(createBarLineAtCurrentTime(true))
hoc.Add(new DrawableBarLine(createBarLineAtCurrentTime(true))
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,