mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Remove excess new line
This commit is contained in:
parent
3fe4b8fd1c
commit
0431582959
@ -191,7 +191,6 @@ namespace osu.Game.Screens.Play
|
||||
if (_selectionIndex == value)
|
||||
return;
|
||||
|
||||
|
||||
// Deselect the previously-selected button
|
||||
if (_selectionIndex != -1)
|
||||
InternalButtons[_selectionIndex].Selected.Value = false;
|
||||
|
Loading…
Reference in New Issue
Block a user