Merge branch 'master' into more-inspections

This commit is contained in:
Dean Herbert
2019-02-28 14:32:57 +09:00
committed by GitHub
130 changed files with 290 additions and 317 deletions

View File

@ -107,7 +107,7 @@ namespace osu.Game.Overlays.Mods
public Color4 SelectedColour
{
get { return selectedColour; }
get => selectedColour;
set
{
if (value == selectedColour) return;
@ -122,7 +122,7 @@ namespace osu.Game.Overlays.Mods
public Mod Mod
{
get { return mod; }
get => mod;
set
{
mod = value;