1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fixed override fix

This commit is contained in:
Brian Fiete 2020-11-16 07:51:51 -08:00
parent 2e3880100b
commit bb4f0df653

View file

@ -20260,6 +20260,8 @@ void BfModule::SetupIRFunction(BfMethodInstance* methodInstance, StringImpl& man
if (checkMethod == methodDef)
continue;
if (!checkMethod->mIsExtern)
continue;
auto checkMethodInstance = mCurTypeInstance->mMethodInstanceGroups[checkMethod->mIdx].mDefault;
if (checkMethodInstance == NULL)
continue;