You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Mono: Remove automatic script multilevel calls
(cherry picked from commit 84437b4864)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
532abf228c
commit
40c779fb70
@@ -172,8 +172,6 @@ class CSharpInstance : public ScriptInstance {
|
||||
bool base_ref;
|
||||
bool ref_dying;
|
||||
|
||||
void _ml_call_reversed(MonoObject *p_mono_object, GDMonoClass *klass, const StringName &p_method, const Variant **p_args, int p_argcount);
|
||||
|
||||
void _reference_owner_unsafe();
|
||||
void _unreference_owner_unsafe();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user