mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Adjust centre point slightly to make dim feel better
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user