1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-17 05:53:01 +08:00

Remove now unnecessary field.

This commit is contained in:
smoogipooo 2017-03-21 17:50:05 +09:00
parent 60e866aebd
commit 2cfab75bc7

View File

@ -46,8 +46,6 @@ namespace osu.Game.Modes.Taiko.UI
protected override Container<Drawable> Content => hitObjectContainer;
// ReSharper disable once NotAccessedField.Local
private HitTarget hitTarget;
private Container<RingExplosion> ringExplosionContainer;
//private Container<DrawableBarLine> barLineContainer;
private Container<JudgementText> judgementContainer;
@ -119,7 +117,7 @@ namespace osu.Game.Modes.Taiko.UI
//{
// RelativeSizeAxes = Axes.Both,
//},
hitTarget = new HitTarget
new HitTarget
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.Centre,