mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 04:07:22 +09:00
Increase coordinate parsing limits
This commit is contained in:
parent
f381cf3ae8
commit
6bc507d49e
@ -11,7 +11,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static class Parsing
|
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;
|
public const double MAX_PARSE_VALUE = int.MaxValue;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user