mirror of https://github.com/godotengine/godot
Init `params_buffer_size` member in GDMonoMethod
This commit is contained in:
parent
7fcfde9b75
commit
36cd00a84b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue