Change offset value to 10%

This commit is contained in:
Dean Herbert 2021-01-22 16:50:22 +09:00
parent 8853ac04d9
commit bfabb1fdea

View File

@ -110,8 +110,8 @@ namespace osu.Game.Graphics.Containers
/// <summary>
/// The percentage of the container to consider the centre-point for deciding the active section (and scrolling to a requested section).
/// </summary>
private const float scroll_y_centre = 0.2f;
/// </summar>
private const float scroll_y_centre = 0.1f;
public SectionsContainer()
{