mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 11:22:55 +08:00
Use Colour for non-faded scores
This commit is contained in:
parent
e78069af12
commit
0bc8ed9c9e
@ -90,7 +90,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
|
|
||||||
if (topY < fadeStart - LeaderboardScore.HEIGHT * 2)
|
if (topY < fadeStart - LeaderboardScore.HEIGHT * 2)
|
||||||
{
|
{
|
||||||
s.ColourInfo = ColourInfo.GradientVertical(Color4.White, Color4.White);
|
s.Colour = Color4.White;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user