1
0
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:
Dean Herbert 2018-06-12 18:03:45 +09:00 committed by GitHub
parent 2c25e5e8da
commit bcfb092e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.