mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 03:42:55 +08:00
line fix
This commit is contained in:
parent
f49cc124ed
commit
898d9495ff
@ -72,7 +72,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
Position = new Vector2(0, 25),
|
Position = new Vector2(0, 25),
|
||||||
};
|
};
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
ComboCounter.AccentColour = colours.BlueLighter;
|
ComboCounter.AccentColour = colours.BlueLighter;
|
||||||
|
Loading…
Reference in New Issue
Block a user