You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Fixed bug in "extends"
This commit is contained in:
@@ -389,6 +389,8 @@ Variant GDFunction::call(GDInstance *p_instance,const Variant **p_args, int p_ar
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
GDNativeClass *nc= obj_B->cast_to<GDNativeClass>();
|
||||
|
||||
Reference in New Issue
Block a user