mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-09 19:27:17 -03:00
FieldOffset读取失败时返回-1
This commit is contained in:
parent
aea228b636
commit
195dce4889
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ namespace Il2CppDumper
|
|||
}
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
return fieldOffsets[fieldIndex];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue