Browse Source

Merge pull request #56391 from raulsntos/fix-56385

Rémi Verschelde 3 years ago
parent
commit
1e2ef49b77
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules/mono/mono_gd/gd_mono_method.cpp

+ 2 - 0
modules/mono/mono_gd/gd_mono_method.cpp

@@ -274,6 +274,8 @@ GDMonoMethod::GDMonoMethod(StringName p_name, MonoMethod *p_method) {
 
 	mono_method = p_method;
 
+	params_buffer_size = 0;
+
 	method_info_fetched = false;
 
 	attrs_fetched = false;