mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00:00
Adjust centre point slightly to make dim feel better
This commit is contained in:
parent
af0c7ed108
commit
a0374d4a67
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user