mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fix for wantsBaseMarking
This commit is contained in:
parent
99364da32a
commit
df4f58f586
1 changed files with 1 additions and 0 deletions
|
@ -18894,6 +18894,7 @@ void BfModule::EmitGCMarkMembers()
|
|||
bool wantsBaseMarking = true;
|
||||
if (methodBaseType == mContext->mBfObjectType)
|
||||
{
|
||||
wantsBaseMarking = false;
|
||||
PopulateType(methodBaseType);
|
||||
for (auto& fieldInstance : mContext->mBfObjectType->mFieldInstances)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue