mirror of https://github.com/ppy/osu
Reword special default hyper-dash colour constant a bit
This commit is contained in:
parent
5d3475a5ed
commit
2d4077e713
|
@ -29,7 +29,8 @@ public class Catcher : SkinReloadableDrawable, IKeyBindingHandler<CatchAction>
|
|||
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;
|
||||
|
||||
/// <summary>
|
||||
/// The default colour used directly for this <see cref="Catcher"/>'s <see cref="Drawable.Colour"/>.
|
||||
/// The default hyper-dash colour used directly for this
|
||||
/// <see cref="Catcher"/>'s <see cref="Drawable.Colour"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This colour is only used when no skin overrides <see cref="CatchSkinColour.HyperDash"/>.
|
||||
|
|
Loading…
Reference in New Issue