mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-05 07:45:59 +02:00
Added dependency fix
This commit is contained in:
parent
4678dcb9e5
commit
5987cad11d
2 changed files with 5 additions and 2 deletions
|
@ -3333,7 +3333,10 @@ void BfModule::AddDependency(BfType* usedType, BfType* userType, BfDependencyMap
|
||||||
}
|
}
|
||||||
|
|
||||||
if (usedType->IsSpecializedByAutoCompleteMethod())
|
if (usedType->IsSpecializedByAutoCompleteMethod())
|
||||||
|
{
|
||||||
|
if ((flags & (BfDependencyMap::DependencyFlag_TypeGenericArg | BfDependencyMap::DependencyFlag_OuterType | BfDependencyMap::DependencyFlag_DerivedFrom)) == 0)
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// if (usedType->IsBoxed())
|
// if (usedType->IsBoxed())
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue