mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed enum population continuation after cancelled build
This commit is contained in:
parent
a76c650b86
commit
fefe1adbd1
1 changed files with 2 additions and 1 deletions
|
@ -2078,7 +2078,8 @@ void BfContext::UpdateRevisedTypes()
|
|||
continue;
|
||||
}
|
||||
|
||||
typeInst->mRebuildFlags = BfTypeRebuildFlag_None;
|
||||
// Clear flags we don't want to propagate
|
||||
typeInst->mRebuildFlags = (BfTypeRebuildFlags)(typeInst->mRebuildFlags & BfTypeRebuildFlag_UnderlyingTypeDeferred);
|
||||
|
||||
if (typeDef->mIsPartial)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue