mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Change step to 200
This commit is contained in:
parent
2c25e5e8da
commit
bcfb092e53
@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
|
||||
/// <summary>
|
||||
/// The step increase/decrease of the span of time visible by the length of the scrolling axes.
|
||||
/// </summary>
|
||||
private const double time_span_step = 500;
|
||||
private const double time_span_step = 200;
|
||||
|
||||
/// <summary>
|
||||
/// The span of time that is visible by the length of the scrolling axes.
|
||||
|
Loading…
Reference in New Issue
Block a user