mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed protection
This commit is contained in:
parent
9d079dfcb6
commit
d6af5b826f
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ namespace System
|
|||
if (maskedVData == null)
|
||||
return;
|
||||
#else
|
||||
if (obj.mClassVData == null)
|
||||
if (obj.[Friend]mClassVData == null)
|
||||
return;
|
||||
#endif
|
||||
obj.[Friend]GCMarkMembers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue