Increase TimeRange max value

This commit is contained in:
smoogipoo 2021-08-02 19:37:45 +09:00
parent 5ba8f0200d
commit 2af827f913
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public abstract class DrawableScrollingRuleset<TObject> : DrawableRuleset<TObjec
/// <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.