Fix gdnative api generation for methods that return enums
(cherry picked from commit 78f55698f2
)
This commit is contained in:
parent
9c74452636
commit
aaacc753a7
@ -361,7 +361,7 @@ List<ClassAPI> generate_c_api_classes() {
|
|||||||
arg_type = Variant::get_type_name(arg_info.type);
|
arg_type = Variant::get_type_name(arg_info.type);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
arg_type = Variant::get_type_name(arg_info.type);
|
arg_type = get_type_name(arg_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
method_api.argument_names.push_back(arg_name);
|
method_api.argument_names.push_back(arg_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user