mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
CI fixes
This commit is contained in:
parent
9e35eb8d97
commit
5f2f1d2763
@ -63,15 +63,8 @@ namespace osu.Game.Overlays.Mods
|
|||||||
private Color4 buttonColour;
|
private Color4 buttonColour;
|
||||||
public Color4 ButtonColour
|
public Color4 ButtonColour
|
||||||
{
|
{
|
||||||
get
|
get { return buttonColour; }
|
||||||
{
|
set { buttonColour = value; }
|
||||||
return buttonColour;
|
|
||||||
}
|
|
||||||
set
|
|
||||||
{
|
|
||||||
if (value == buttonColour) return;
|
|
||||||
buttonColour = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private Color4 selectedColour;
|
private Color4 selectedColour;
|
||||||
|
@ -22,7 +22,7 @@ namespace osu.Game.Screens.Play
|
|||||||
showMods = value;
|
showMods = value;
|
||||||
if (!showMods) Hide();
|
if (!showMods) Hide();
|
||||||
}
|
}
|
||||||
get { return ShowMods; }
|
get { return showMods; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public ModsContainer()
|
public ModsContainer()
|
||||||
|
Loading…
Reference in New Issue
Block a user