mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed const field type dependency
This commit is contained in:
parent
d55ecbe902
commit
42874ed252
1 changed files with 1 additions and 0 deletions
|
@ -4050,6 +4050,7 @@ void BfModule::DoPopulateType(BfType* resolvedTypeRef, BfPopulateType populateTy
|
|||
if ((fieldInstance->GetFieldDef() != NULL) && (fieldInstance->GetFieldDef()->mIsConst))
|
||||
{
|
||||
// Resolve later
|
||||
AddDependency(resolvedFieldType, typeInstance, BfDependencyMap::DependencyFlag_ConstValue);
|
||||
}
|
||||
else if (fieldInstance->GetFieldDef() != NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue