Rename DHO CreateStrong{-> Nested}Hit

This commit is contained in:
Bartłomiej Dach
2020-12-13 12:53:42 +01:00
parent b1635ecd16
commit 4d444df6b3
4 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
Content.X = DrawHeight / 2;
}
protected override DrawableStrongNestedHit CreateStrongHit(StrongNestedHitObject hitObject) => new StrongNestedHit(hitObject, this);
protected override DrawableStrongNestedHit CreateStrongNestedHit(StrongNestedHitObject hitObject) => new StrongNestedHit(hitObject, this);
private void updateColour()
{