mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 22:33:47 +08:00
Change offset value to 10%
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user