mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
fixed indent
This commit is contained in:
@ -199,7 +199,7 @@ namespace osu.Game.Graphics.Containers
|
||||
else
|
||||
{
|
||||
SelectedSection.Value = Children.TakeWhile(section => diff(section) <= 0).LastOrDefault()
|
||||
?? Children.FirstOrDefault();
|
||||
?? Children.FirstOrDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user