1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 12:23:21 +08:00
This commit is contained in:
EVAST9919 2017-05-03 08:27:47 +03:00
parent f49cc124ed
commit 898d9495ff

View File

@ -72,7 +72,7 @@ namespace osu.Game.Rulesets.UI
Position = new Vector2(0, 25),
};
[BackgroundDependencyLoader]
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
ComboCounter.AccentColour = colours.BlueLighter;