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 hitObjectContainer;
private Container topLevelHitContainer;
private readonly Container topLevelHitContainer;
private readonly Container leftBackgroundContainer;
private readonly Container rightBackgroundContainer;
private readonly Box leftBackground;