mirror of
https://github.com/ppy/osu
synced 2025-01-09 07:39:46 +00:00
Increase the number of bins in the timing distribution
This commit is contained in:
parent
a3ff25177a
commit
8c9506197d
@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Osu.Statistics
|
||||
/// <summary>
|
||||
/// The number of bins on each side of the timing distribution.
|
||||
/// </summary>
|
||||
private const int timing_distribution_bins = 25;
|
||||
private const int timing_distribution_bins = 50;
|
||||
|
||||
/// <summary>
|
||||
/// The total number of bins in the timing distribution, including bins on both sides and the centre bin at 0.
|
||||
|
Loading…
Reference in New Issue
Block a user