mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed issue removing split global
This commit is contained in:
parent
9facb06d52
commit
685a036eb2
1 changed files with 12 additions and 0 deletions
|
@ -3188,6 +3188,18 @@ void BfCompiler::UpdateRevisedTypes()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// These may not get caught below if the composite project changes
|
||||||
|
for (auto checkTypeDef : compositeTypeDef->mPartials)
|
||||||
|
{
|
||||||
|
if (checkTypeDef->mDefState == BfTypeDef::DefState_Deleted)
|
||||||
|
{
|
||||||
|
partialsHadChanges = true;
|
||||||
|
hadSignatureChange = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Collect the partials
|
// Collect the partials
|
||||||
BfSizedVector<BfTypeDef*, 8> typeParts;
|
BfSizedVector<BfTypeDef*, 8> typeParts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue