2
0
Brian Fiete 3 жил өмнө
parent
commit
df4f58f586

+ 1 - 0
IDEHelper/Compiler/BfModule.cpp

@@ -18894,6 +18894,7 @@ void BfModule::EmitGCMarkMembers()
 						bool wantsBaseMarking = true;
 						if (methodBaseType == mContext->mBfObjectType)
 						{
+							wantsBaseMarking = false;
 							PopulateType(methodBaseType);
 							for (auto& fieldInstance : mContext->mBfObjectType->mFieldInstances)
 							{