1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Add explanation to comment

This commit is contained in:
TheWildTree 2020-02-02 16:59:17 +01:00
parent 30a5835bdb
commit 1f53778d62

View File

@ -270,7 +270,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
[BackgroundDependencyLoader]
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;
}