1
0
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:
Walavouchey 2023-02-09 02:20:05 +01:00
parent fd93bd3f50
commit 57312279f0

View File

@ -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.