mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
tryCE fix
This commit is contained in:
parent
913d60ef5b
commit
c2ed003741
1 changed files with 1 additions and 0 deletions
|
@ -4179,6 +4179,7 @@ void BfModule::DoPopulateType(BfType* resolvedTypeRef, BfPopulateType populateTy
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool tryCE = true;
|
||||||
if (typeInstance->mDefineState == BfTypeDefineState_CETypeInit)
|
if (typeInstance->mDefineState == BfTypeDefineState_CETypeInit)
|
||||||
{
|
{
|
||||||
if (populateType <= BfPopulateType_AllowStaticMethods)
|
if (populateType <= BfPopulateType_AllowStaticMethods)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue