mirror of https://github.com/ppy/osu
Fix resharper warning.
This commit is contained in:
parent
7fc68864be
commit
6d5b0a13e4
|
@ -53,7 +53,7 @@ public class TaikoPlayfield : Playfield<TaikoHitObject, TaikoJudgement>
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue