mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed lookup for 'new' generic conformance
This commit is contained in:
parent
d31c9df8ac
commit
8169587b4c
2 changed files with 24 additions and 7 deletions
|
@ -766,7 +766,7 @@ BfType * BfContext::FindTypeById(int typeId)
|
|||
|
||||
void BfContext::AddTypeToWorkList(BfType* type)
|
||||
{
|
||||
BF_ASSERT(!mAssertOnPopulateType);
|
||||
//BF_ASSERT(!mAssertOnPopulateType);
|
||||
|
||||
BF_ASSERT((type->mRebuildFlags & BfTypeRebuildFlag_InTempPool) == 0);
|
||||
if ((type->mRebuildFlags & BfTypeRebuildFlag_AddedToWorkList) == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue