1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00

Set default AccentColour for hit objects

This commit is contained in:
smoogipooo 2017-09-11 13:43:52 +09:00
parent 10f0d1f20d
commit 0cadee998c

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
/// <summary>
/// The colour used for various elements of this DrawableHitObject.
/// </summary>
public virtual Color4 AccentColour { get; set; }
public virtual Color4 AccentColour { get; set; } = Color4.Gray;
protected DrawableHitObject(HitObject hitObject)
{