Merge pull request #56391 from raulsntos/fix-56385

This commit is contained in:
Rémi Verschelde 2022-01-05 10:44:54 +01:00 committed by GitHub
commit 1e2ef49b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;