mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Changed MAX_TIME_RANGE instead of the single instance
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
/// <summary>
|
||||
/// The maximum time range. This occurs at a <see cref="relativeTimeRange"/> of 1.
|
||||
/// </summary>
|
||||
public const double MAX_TIME_RANGE = 6000;
|
||||
public const double MAX_TIME_RANGE = 13720;
|
||||
|
||||
protected new ManiaPlayfield Playfield => (ManiaPlayfield)base.Playfield;
|
||||
|
||||
|
Reference in New Issue
Block a user