Merge pull request #11622 from scayze/opcode_break_fix
Fixed error when extending another class in GDscript
This commit is contained in:
commit
dc18b8d7e8
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ Variant GDFunction::call(GDInstance *p_instance, const Variant **p_args, int p_a
|
|||
gds = gds->base.ptr();
|
||||
E = gds->member_functions.find(*methodname);
|
||||
if (E)
|
||||
OPCODE_BREAK;
|
||||
break;
|
||||
}
|
||||
|
||||
Variant::CallError err;
|
||||
|
|
Loading…
Reference in a new issue