mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed dependency issue with type lookups
This commit is contained in:
parent
9a5308b19e
commit
0720b9ad1a
3 changed files with 10 additions and 3 deletions
|
@ -3350,7 +3350,7 @@ void BfModule::DoTypeInstanceMethodProcessing(BfTypeInstance* typeInstance)
|
|||
{
|
||||
BF_ASSERT(typeInstance->mVirtualMethodTableSize >= (int)typeInstance->mVirtualMethodTable.size());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Add new interfaces
|
||||
for (int iFaceIdx = 0; iFaceIdx < (int)typeInstance->mInterfaces.size(); iFaceIdx++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue