Browse Source

Fixed protection

Brian Fiete 3 years ago
parent
commit
d6af5b826f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BeefLibs/corlib/src/GC.bf

+ 1 - 1
BeefLibs/corlib/src/GC.bf

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