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

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.