1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Fix header colours being flipped

This commit is contained in:
TheWildTree 2020-03-15 18:31:44 +01:00
parent 1c69e4eb5b
commit 280a009784

View File

@ -125,7 +125,7 @@ namespace osu.Game.Overlays.Rankings.Tables
[BackgroundDependencyLoader]
private void load(OverlayColourProvider colourProvider)
{
if (isHighlighted)
if (!isHighlighted)
Colour = colourProvider.Foreground1;
}
}