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

@ -108,7 +108,7 @@ namespace osu.Game.Graphics
public bool Shadow
{
get { return shadow; }
get => shadow;
set
{
shadow = value;
@ -121,8 +121,7 @@ namespace osu.Game.Graphics
public FontAwesome Icon
{
get { return icon; }
get => icon;
set
{
if (icon == value) return;