1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 03:42:55 +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), 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;