mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
typeInst->mRebuildFlags = BfTypeRebuildFlag_None;
|
// Clear flags we don't want to propagate
|
||||||
|
typeInst->mRebuildFlags = (BfTypeRebuildFlags)(typeInst->mRebuildFlags & BfTypeRebuildFlag_UnderlyingTypeDeferred);
|
||||||
|
|
||||||
if (typeDef->mIsPartial)
|
if (typeDef->mIsPartial)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue