mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Increase coordinate parsing limits
This commit is contained in:
parent
f381cf3ae8
commit
6bc507d49e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user