mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Give sliders a default accent colour
This commit is contained in:
parent
7bdca0ff39
commit
4ccaf143b5
@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
public double? SnakedStart { get; private set; }
|
||||
public double? SnakedEnd { get; private set; }
|
||||
|
||||
private Color4 accentColour;
|
||||
private Color4 accentColour = Color4.White;
|
||||
/// <summary>
|
||||
/// Used to colour the path.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user