mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed extensions issues with changing root def, extending dlg/functions
This commit is contained in:
parent
c2077acc2b
commit
6c65993401
7 changed files with 121 additions and 63 deletions
|
@ -5309,7 +5309,7 @@ BfIRValue BfModule::CreateTypeData(BfType* type, Dictionary<int, int>& usedStrin
|
|||
}
|
||||
}
|
||||
|
||||
checkTypeInstance = GetOuterType(checkTypeInstance);
|
||||
checkTypeInstance = mContext->mUnreifiedModule->GetOuterType(checkTypeInstance);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5986,7 +5986,7 @@ BfIRValue BfModule::CreateTypeData(BfType* type, Dictionary<int, int>& usedStrin
|
|||
}
|
||||
|
||||
int outerTypeId = 0;
|
||||
auto outerType = GetOuterType(typeInstance);
|
||||
auto outerType = mContext->mUnreifiedModule->GetOuterType(typeInstance);
|
||||
if (outerType != NULL)
|
||||
outerTypeId = outerType->mTypeId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue