mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Add explanation to comment
This commit is contained in:
parent
30a5835bdb
commit
1f53778d62
@ -270,7 +270,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
// To match osu-web, background and text should both be coloured using OverlayColourProvider
|
// Temporary colour since it's currently impossible to change it without bugs (see https://github.com/ppy/osu-framework/issues/3231)
|
||||||
|
// If above is fixed, this should use OverlayColourProvider
|
||||||
background.Colour = colours.Gray1;
|
background.Colour = colours.Gray1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user