mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 05:42:54 +08:00
Parenthesis
This commit is contained in:
parent
b9d5ab5d8c
commit
e78069af12
@ -88,7 +88,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
var topY = scrollContainer.ScrollContent.DrawPosition.Y + s.DrawPosition.Y;
|
||||
var bottomY = topY + LeaderboardScore.HEIGHT;
|
||||
|
||||
if (topY < fadeStart - (LeaderboardScore.HEIGHT * 2))
|
||||
if (topY < fadeStart - LeaderboardScore.HEIGHT * 2)
|
||||
{
|
||||
s.ColourInfo = ColourInfo.GradientVertical(Color4.White, Color4.White);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user