1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 02:03:51 +08:00

Fix resharper warning.

This commit is contained in:
smoogipooo 2017-03-29 09:02:49 +09:00
parent 7fc68864be
commit 6d5b0a13e4

View File

@ -53,7 +53,7 @@ namespace osu.Game.Modes.Taiko.UI
private readonly Container<DrawableTaikoJudgement> judgementContainer; private readonly Container<DrawableTaikoJudgement> judgementContainer;
private readonly Container hitObjectContainer; private readonly Container hitObjectContainer;
private Container topLevelHitContainer; private readonly Container topLevelHitContainer;
private readonly Container leftBackgroundContainer; private readonly Container leftBackgroundContainer;
private readonly Container rightBackgroundContainer; private readonly Container rightBackgroundContainer;
private readonly Box leftBackground; private readonly Box leftBackground;