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:
parent
5365dff698
commit
c0c33c09ab
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user