Merge branch 'master' into results-screen-statistics-overlapping-transition

This commit is contained in:
Dean Herbert
2020-06-25 18:44:08 +09:00
16 changed files with 154 additions and 169 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Beatmaps.Formats
/// </summary>
public static class Parsing
{
public const int MAX_COORDINATE_VALUE = 65536;
public const int MAX_COORDINATE_VALUE = 131072;
public const double MAX_PARSE_VALUE = int.MaxValue;