Move major barline portion to default implementation to allow for further customisation

Of note, this removes the "major" barline triangles from legacy skins. I
think this is more correct, as they did not display in stable.
This commit is contained in:
Dean Herbert
2022-11-07 14:18:43 +09:00
parent cb6b9898c1
commit c69a4f9333
3 changed files with 104 additions and 81 deletions

View File

@ -736,7 +736,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
{
public new TObject HitObject => (TObject)base.HitObject;
protected DrawableHitObject(TObject hitObject)
protected DrawableHitObject([CanBeNull] TObject hitObject)
: base(hitObject)
{
}