1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 21:30:23 +08:00

Set default AccentColour for hit objects

This commit is contained in:
smoogipooo
2017-09-11 13:43:52 +09:00
Unverified
parent 10f0d1f20d
commit 0cadee998c
@@ -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)
{