mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Increase TimeRange max value
This commit is contained in:
parent
5ba8f0200d
commit
2af827f913
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
|
||||
/// <summary>
|
||||
/// The maximum span of time that may be visible by the length of the scrolling axes.
|
||||
/// </summary>
|
||||
private const double time_span_max = 10000;
|
||||
private const double time_span_max = 20000;
|
||||
|
||||
/// <summary>
|
||||
/// The step increase/decrease of the span of time visible by the length of the scrolling axes.
|
||||
|
Loading…
Reference in New Issue
Block a user