1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:13:22 +08:00

Increase number of points to ensure there's a centre

This commit is contained in:
smoogipoo 2020-06-22 20:44:39 +09:00
parent 6afd6efdeb
commit 983f0ada2d

View File

@ -27,9 +27,9 @@ namespace osu.Game.Rulesets.Osu.Statistics
/// <summary> /// <summary>
/// Number of rows/columns of points. /// Number of rows/columns of points.
/// 4px per point @ 128x128 size (the contents of the <see cref="AccuracyHeatmap"/> are always square). 1024 total points. /// ~4px per point @ 128x128 size (the contents of the <see cref="AccuracyHeatmap"/> are always square). 1089 total points.
/// </summary> /// </summary>
private const int points_per_dimension = 32; private const int points_per_dimension = 33;
private const float rotation = 45; private const float rotation = 45;