Fix linter issues

This commit is contained in:
Drew DeVault
2017-03-15 22:39:09 -04:00
parent 0000cf1bee
commit 360340c61d
4 changed files with 8 additions and 5 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Graphics.UserInterface
private Color4? accentColour;
public Color4 AccentColour
{
get { return accentColour.Value; }
get { return accentColour.GetValueOrDefault(); }
set
{
accentColour = value;