mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove excess new line
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user