1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Const-eval release fix

This commit is contained in:
Brian Fiete 2020-12-23 08:59:22 -08:00
parent ff1f8aff3f
commit 3611846b7f
2 changed files with 3 additions and 0 deletions

View file

@ -536,7 +536,9 @@ BfMethodInfoEx::~BfMethodInfoEx()
BfMethodInstance::~BfMethodInstance()
{
if (mMethodInstanceGroup != NULL)
{
BfLogSys(GetOwner()->mModule->mSystem, "BfMethodInstance::~BfMethodInstance %p Local:%d InCEMachine:%d\n", this, mMethodDef->mIsLocalMethod, mInCEMachine);
}
else
{
BF_ASSERT(!mMethodDef->mIsLocalMethod);