Selaa lähdekoodia

Fixed protection

Brian Fiete 3 vuotta sitten
vanhempi
commit
d6af5b826f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();