mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed rebuild issue
This commit is contained in:
parent
bb31854f75
commit
8c94373ff7
1 changed files with 3 additions and 0 deletions
|
@ -5073,6 +5073,9 @@ void BfCompiler::PopulateReified()
|
|||
break;
|
||||
}
|
||||
|
||||
if (checkType->mDefineState < BfTypeDefineState_DefinedAndMethodsSlotted)
|
||||
break;
|
||||
|
||||
for (auto& ifaceTypeInst : checkType->mInterfaces)
|
||||
{
|
||||
auto ifaceInst = ifaceTypeInst.mInterfaceType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue