mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Merge branch 'master' into more-inspections
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user