Merge branch 'master' into toquantity-1

This commit is contained in:
Dan Balasescu
2019-02-28 15:57:51 +09:00
committed by GitHub
316 changed files with 1140 additions and 720 deletions

View File

@ -185,7 +185,7 @@ namespace osu.Game.Screens.Play
private int selectionIndex
{
get { return _selectionIndex; }
get => _selectionIndex;
set
{
if (_selectionIndex == value)