1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

Increase size to match timing distribution graph

This commit is contained in:
smoogipoo 2020-06-12 23:01:22 +09:00
parent ce56c45721
commit 6000e0f86a

View File

@ -75,7 +75,7 @@ namespace osu.Game.Tests.Visual.Ranking
/// <summary>
/// Full size of the heatmap.
/// </summary>
private const float size = 100;
private const float size = 130;
/// <summary>
/// Size of the inner circle containing the "hit" points, relative to <see cref="size"/>.