Merge pull request #63546 from fisher2470/master

This commit is contained in:
Rémi Verschelde 2022-07-27 21:20:11 +02:00 committed by GitHub
commit be4e86b0d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,7 @@ struct GDScriptUtilityFunctionsDefinitions {
if (p_arg_count < 1) {
r_error.error = Callable::CallError::CALL_ERROR_TOO_FEW_ARGUMENTS;
r_error.argument = 1;
r_error.expected = 1;
*r_ret = Variant();
return;
}