Fix formatting

This commit is contained in:
Craftplacer 2020-04-27 23:17:33 +02:00
parent 0972442b3a
commit c8ee941952
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ private void setState(TaikoMascotAnimationState state)
private void collectPlayfields() private void collectPlayfields()
{ {
playfields.Clear(); playfields.Clear();
foreach (var ruleset in rulesets) playfields.Add(ruleset.ChildrenOfType<TaikoPlayfield>().Single()); foreach (var ruleset in rulesets)
playfields.Add(ruleset.ChildrenOfType<TaikoPlayfield>().Single());
} }
private void collectMascots() private void collectMascots()