fix case convention violation

This commit is contained in:
LastExceed
2020-07-12 14:23:55 +02:00
parent 1cf8b599a1
commit 3606febe31
2 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Mania.Mods
foreach (Column column in maniaPlayfield.Stages.SelectMany(stage => stage.Columns))
{
column.hitObjectArea.ChildrenOfType<BufferedContainer>().First().Add(new LaneCover(false)
column.HitObjectArea.ChildrenOfType<BufferedContainer>().First().Add(new LaneCover(false)
{
RelativeSizeAxes = Axes.Both,
SizeFilled = lanecover_size_filled,