mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed type generic arg and PopulateType dependency bugs
This commit is contained in:
parent
a77a95b71b
commit
7e94abe43a
5 changed files with 77 additions and 41 deletions
|
@ -117,7 +117,7 @@ bool BfDependencyMap::AddUsedBy(BfType* dependentType, BfDependencyMap::Dependen
|
|||
{
|
||||
if ((dependencyEntry->mFlags & flags) == flags)
|
||||
return false;
|
||||
dependencyEntry->mFlags = (BfDependencyMap::DependencyFlags)(dependencyEntry->mFlags | flags);
|
||||
dependencyEntry->mFlags = (DependencyFlags)(dependencyEntry->mFlags | flags);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue