mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
adjust RankNotch
gap size to match original value
This commit is contained in:
parent
fd93bd3f50
commit
57312279f0
@ -88,7 +88,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
|
||||
/// <summary>
|
||||
/// The width of a <see cref="RankNotch"/> in terms of accuracy.
|
||||
/// </summary>
|
||||
public const double NOTCH_WIDTH_PERCENTAGE = 0.002;
|
||||
public const double NOTCH_WIDTH_PERCENTAGE = 1.0 / 360;
|
||||
|
||||
/// <summary>
|
||||
/// The easing for the circle filling transforms.
|
||||
|
Loading…
Reference in New Issue
Block a user