1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 05:42:54 +08:00

Parenthesis

This commit is contained in:
DrabWeb 2017-03-18 01:48:29 -03:00
parent b9d5ab5d8c
commit e78069af12

View File

@ -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);
}