mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
inconsistent str() error fix
inconsistent str() error fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user