mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed override fix
This commit is contained in:
parent
2e3880100b
commit
bb4f0df653
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue