1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 05:42:54 +08:00

Fix merge error.

This commit is contained in:
smoogipooo 2017-05-11 15:40:51 +09:00
parent 5365dff698
commit c0c33c09ab

View File

@ -90,7 +90,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
/// <summary> /// <summary>
/// The colour used for various elements of this DrawableHitObject. /// The colour used for various elements of this DrawableHitObject.
/// </summary> /// </summary>
public Color4 AccentColour { get; protected set; } public virtual Color4 AccentColour { get; set; }
/// <summary> /// <summary>
/// Whether this hit object and all of its nested hit objects have been judged. /// Whether this hit object and all of its nested hit objects have been judged.