1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fixed combined partial multi-update issue

This commit is contained in:
Brian Fiete 2020-05-08 09:36:45 -07:00
parent 626a6346c1
commit ea79a78446

View file

@ -2988,6 +2988,8 @@ void BfCompiler::UpdateRevisedTypes()
// This is an old 'next revision'
delete compositeTypeDef->mNextRevision;
compositeTypeDef->mNextRevision = NULL;
if (compositeTypeDef->mDefState != BfTypeDef::DefState_Deleted)
compositeTypeDef->mDefState = BfTypeDef::DefState_Defined;
}
checkTypeDefEntry = checkTypeDefEntry->mNext;
}