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:
parent
4ddc04793f
commit
138dc5929e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user