IL2CPP: Fix field offsets for certain 64-bit binaries (#10)
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Il2CppTests.TestSources
|
||||
{
|
||||
// Fields
|
||||
private float floatField; // 0x10
|
||||
private Test test; // 0x10
|
||||
private Test test; // 0x18
|
||||
|
||||
// Constructors
|
||||
public Test() {} // 0x00000001800E2000-0x00000001800E2010
|
||||
|
||||
Reference in New Issue
Block a user