1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-13 05:44:11 +02:00

tryCE fix

This commit is contained in:
Brian Fiete 2022-01-16 08:03:28 -05:00
parent 913d60ef5b
commit c2ed003741

View file

@ -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)