Misc. fixes

This commit is contained in:
Adonais Romero González
2016-10-09 15:19:35 -05:00
parent 4d0c8ed441
commit 2954c19345
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ namespace osu.Game.Graphics.UserInterface
transform.StartValue = stars[i].Scale;
transform.EndValue = new Vector2(
Interpolation.ValueAt(
(isIncrement ? Math.Min(i + 1, Count) : Math.Max(i, Count)),
Math.Min(Math.Max(i, Count), i + 1),
MinStarSize,
1.0f,
i,