You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Init params_buffer_size member in GDMonoMethod
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user