mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
adjust RankNotch
gap size to match original value
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user