Merge pull request #63546 from fisher2470/master
This commit is contained in:
commit
be4e86b0d9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue