mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Change offset value to 10%
This commit is contained in:
parent
8853ac04d9
commit
bfabb1fdea
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user