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> /// <summary>
/// The percentage of the container to consider the centre-point for deciding the active section (and scrolling to a requested section). /// The percentage of the container to consider the centre-point for deciding the active section (and scrolling to a requested section).
/// </summary> /// </summar>
private const float scroll_y_centre = 0.2f; private const float scroll_y_centre = 0.1f;
public SectionsContainer() public SectionsContainer()
{ {