Fix CI issues

This commit is contained in:
Dean Herbert
2017-06-25 14:46:59 +09:00
parent 63aeb42657
commit 7baa2b7421
4 changed files with 5 additions and 6 deletions

View File

@ -84,7 +84,7 @@ namespace osu.Game.Screens.Tournament.Components
{
base.UpdateAfterChildren();
while (Children.Count() < 3)
while (Children.Count < 3)
addLine();
float pos = leftPos;