에러 수정

This commit is contained in:
Toki 2025-02-02 18:09:55 +09:00
parent b713349d42
commit a61cf3f4c7

View file

@ -30,7 +30,7 @@ void initialize(String name, String appID) {
dataPath = '${Path.dataPath}$debugPath';
and = Platform.isWindows ? ';' : '&&';
intMax = (1 << ((-1).bitLength - 1)) - 1;
intMax = 9007199254740991;
intMin = -intMax;
}