Parenthesis

This commit is contained in:
DrabWeb 2017-03-18 01:48:29 -03:00
parent b9d5ab5d8c
commit e78069af12
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ protected override void Update()
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);
}