Refactoring

This commit is contained in:
Dan Balasescu
2018-06-07 15:07:15 +09:00
committed by smoogipoo
parent f9449e841a
commit 8d0161c2fc
3 changed files with 1 additions and 3 deletions

View File

@ -85,7 +85,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
bodyPiece.AccentColour = value;
head.AccentColour = value;
tail.AccentColour = value;
tickContainer.ForEach(t=>t.AccentColour=value);
tickContainer.ForEach(t => t.AccentColour = value);
}
}