mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed appended field dtor with extensions
This commit is contained in:
parent
4d1d972599
commit
08a63e5b9f
2 changed files with 8 additions and 0 deletions
|
@ -3319,6 +3319,8 @@ void BfSystem::FinishCompositePartial(BfTypeDef* compositeTypeDef)
|
|||
if (auto paramDeclaration = BfNodeDynCast<BfParameterDeclaration>(fieldDef->mFieldDeclaration))
|
||||
if (paramDeclaration->mInitializer != NULL)
|
||||
hasInitializers = true;
|
||||
if (fieldDef->mIsAppend)
|
||||
hasInitializers = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue