Show listing graph; Slight refactor

This commit is contained in:
HoutarouOreki
2018-07-21 10:05:12 +02:00
parent ba0430752c
commit b5207d65f7
5 changed files with 21 additions and 6 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Graphics
if (!string.IsNullOrEmpty(name))
if (colours.TryGetValue(name, out ColourInfo colour))
return colour;
return new Color4(255, 255, 255, 255);
return new Color4(0, 0, 0, 255);
}
}
}