diff --git a/BeefLibs/corlib/src/Int64.bf b/BeefLibs/corlib/src/Int64.bf index 227484ab..2b884650 100644 --- a/BeefLibs/corlib/src/Int64.bf +++ b/BeefLibs/corlib/src/Int64.bf @@ -12,8 +12,7 @@ namespace System } public const int64 MaxValue = 0x7FFFFFFFFFFFFFFFL; - //public const long MinValue = -0x8000000000000000L; - public const int64 MinValue = -0x7FFFFFFFFFFFFFFFL; //TODO: Should be one lower! + public const int64 MinValue = -0x8000000000000000L; public static int operator<=>(Int64 a, Int64 b) {