1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed protection

This commit is contained in:
Brian Fiete 2022-06-27 11:28:47 -07:00
parent 9d079dfcb6
commit d6af5b826f

View file

@ -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();