Improve user ratings calculations to make more sense

Closes #1552.
This commit is contained in:
Dean Herbert
2017-11-23 18:09:42 +09:00
parent b0b3c9167e
commit d93911ae97
3 changed files with 14 additions and 7 deletions

View File

@ -20,6 +20,7 @@ namespace osu.Game.Graphics.UserInterface
private const Easing easing = Easing.InOutCubic;
private float length;
/// <summary>
/// Length of the bar, ranges from 0 to 1
/// </summary>
@ -134,4 +135,4 @@ namespace osu.Game.Graphics.UserInterface
Vertical = TopToBottom | BottomToTop,
Horizontal = LeftToRight | RightToLeft,
}
}
}