mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (checkTypeDef->mProject != rootTypeDef->mProject)
|
if (!rootTypeDef->mProject->ContainsReference(checkTypeDef->mProject))
|
||||||
{
|
{
|
||||||
checkTypeDefEntry = checkTypeDefEntry->mNext;
|
checkTypeDefEntry = checkTypeDefEntry->mNext;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue