Adjust centre point slightly to make dim feel better

This commit is contained in:
Dean Herbert 2021-08-19 01:26:11 +09:00
parent af0c7ed108
commit a0374d4a67

View File

@ -111,7 +111,7 @@ 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.1f;
private const float scroll_y_centre = 0.2f;
public SectionsContainer()
{