mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09: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…
x
Reference in New Issue
Block a user