There was an error while loading. Please reload this page.
1 parent f6716b2 commit 3eb40caCopy full SHA for 3eb40ca
LibCpp2IL/BinaryStructures/Il2CppCodeRegistration.cs
@@ -34,7 +34,7 @@ public static int GetStructSize(bool isBinary32Bit, float metadataVersion)
34
//unresolvedVirtualCallPointers
35
size += 2 * ptrSize;
36
37
- if (metadataVersion is (> 29.1f and < 31f) or >= 31.1f)
+ if (metadataVersion is (>= 29.1f and < 31f) or >= 31.1f)
38
//unresolvedInstanceCallPointers and unresolvedStaticCallPointers
39
40
0 commit comments