1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

fixed indent

This commit is contained in:
Fukashi13 2020-05-15 14:31:05 +02:00
parent c55eb83351
commit 6416ace70d

View File

@ -199,7 +199,7 @@ namespace osu.Game.Graphics.Containers
else
{
SelectedSection.Value = Children.TakeWhile(section => diff(section) <= 0).LastOrDefault()
?? Children.FirstOrDefault();
?? Children.FirstOrDefault();
}
}
}