1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Changed MIN_TIME_RANGE as well

This commit is contained in:
Jihoon Yang 2020-08-18 01:46:07 -07:00
parent 4ddc04793f
commit 138dc5929e

View File

@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Mania.UI
/// <summary>
/// The minimum time range. This occurs at a <see cref="relativeTimeRange"/> of 40.
/// </summary>
public const double MIN_TIME_RANGE = 150;
public const double MIN_TIME_RANGE = 340;
/// <summary>
/// The maximum time range. This occurs at a <see cref="relativeTimeRange"/> of 1.