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:
parent
91dea6cd3b
commit
df1401e48a
1 changed files with 1 additions and 1 deletions
|
@ -3094,7 +3094,7 @@ void BfCompiler::UpdateRevisedTypes()
|
|||
continue;
|
||||
}
|
||||
|
||||
if (checkTypeDef->mProject != rootTypeDef->mProject)
|
||||
if (!rootTypeDef->mProject->ContainsReference(checkTypeDef->mProject))
|
||||
{
|
||||
checkTypeDefEntry = checkTypeDefEntry->mNext;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue