1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed issue with forked globals

This commit is contained in:
Brian Fiete 2020-08-01 15:02:55 -07:00
parent 91dea6cd3b
commit df1401e48a

View file

@ -3094,7 +3094,7 @@ void BfCompiler::UpdateRevisedTypes()
continue;
}
if (checkTypeDef->mProject != rootTypeDef->mProject)
if (!rootTypeDef->mProject->ContainsReference(checkTypeDef->mProject))
{
checkTypeDefEntry = checkTypeDefEntry->mNext;
continue;