mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Comment out unused container for now.
This commit is contained in:
@ -51,8 +51,7 @@ namespace osu.Game.Modes.Taiko.UI
|
||||
private Container<JudgementText> judgementContainer;
|
||||
|
||||
private Container hitObjectContainer;
|
||||
// ReSharper disable once NotAccessedField.Local
|
||||
private Container topLevelHitContainer;
|
||||
//private Container topLevelHitContainer;
|
||||
private Container leftBackgroundContainer;
|
||||
private Container rightBackgroundContainer;
|
||||
private Box leftBackground;
|
||||
@ -156,10 +155,10 @@ namespace osu.Game.Modes.Taiko.UI
|
||||
},
|
||||
}
|
||||
},
|
||||
topLevelHitContainer = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
}
|
||||
//topLevelHitContainer = new Container
|
||||
//{
|
||||
// RelativeSizeAxes = Axes.Both,
|
||||
//}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user