1
0
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:
Dean Herbert 2019-02-22 17:57:49 +09:00
parent 3fe4b8fd1c
commit 0431582959

View File

@ -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;