mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed combined partial multi-update issue
This commit is contained in:
parent
626a6346c1
commit
ea79a78446
1 changed files with 2 additions and 0 deletions
|
@ -2988,6 +2988,8 @@ void BfCompiler::UpdateRevisedTypes()
|
||||||
// This is an old 'next revision'
|
// This is an old 'next revision'
|
||||||
delete compositeTypeDef->mNextRevision;
|
delete compositeTypeDef->mNextRevision;
|
||||||
compositeTypeDef->mNextRevision = NULL;
|
compositeTypeDef->mNextRevision = NULL;
|
||||||
|
if (compositeTypeDef->mDefState != BfTypeDef::DefState_Deleted)
|
||||||
|
compositeTypeDef->mDefState = BfTypeDef::DefState_Defined;
|
||||||
}
|
}
|
||||||
checkTypeDefEntry = checkTypeDefEntry->mNext;
|
checkTypeDefEntry = checkTypeDefEntry->mNext;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue