1
0
Fork 0
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:
Brian Fiete 2020-06-05 15:09:56 -07:00
parent bb31854f75
commit 8c94373ff7

View file

@ -5073,6 +5073,9 @@ void BfCompiler::PopulateReified()
break;
}
if (checkType->mDefineState < BfTypeDefineState_DefinedAndMethodsSlotted)
break;
for (auto& ifaceTypeInst : checkType->mInterfaces)
{
auto ifaceInst = ifaceTypeInst.mInterfaceType;