mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 12:43:43 +00:00
Merge pull request #11622 from scayze/opcode_break_fix
Fixed error when extending another class in GDscript
This commit is contained in:
commit
dc18b8d7e8
@ -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 New Issue
Block a user