mirror of
https://github.com/ppy/osu.git
synced 2025-01-17 13:42:56 +08:00
Remove now unnecessary field.
This commit is contained in:
parent
60e866aebd
commit
2cfab75bc7
@ -46,8 +46,6 @@ namespace osu.Game.Modes.Taiko.UI
|
|||||||
|
|
||||||
protected override Container<Drawable> Content => hitObjectContainer;
|
protected override Container<Drawable> Content => hitObjectContainer;
|
||||||
|
|
||||||
// ReSharper disable once NotAccessedField.Local
|
|
||||||
private HitTarget hitTarget;
|
|
||||||
private Container<RingExplosion> ringExplosionContainer;
|
private Container<RingExplosion> ringExplosionContainer;
|
||||||
//private Container<DrawableBarLine> barLineContainer;
|
//private Container<DrawableBarLine> barLineContainer;
|
||||||
private Container<JudgementText> judgementContainer;
|
private Container<JudgementText> judgementContainer;
|
||||||
@ -119,7 +117,7 @@ namespace osu.Game.Modes.Taiko.UI
|
|||||||
//{
|
//{
|
||||||
// RelativeSizeAxes = Axes.Both,
|
// RelativeSizeAxes = Axes.Both,
|
||||||
//},
|
//},
|
||||||
hitTarget = new HitTarget
|
new HitTarget
|
||||||
{
|
{
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user