Fix error explanation in core_bind Thread::_start_func
This commit is contained in:
parent
2cd15849f9
commit
2caaa7c97d
|
@ -2423,7 +2423,7 @@ void _Thread::_start_func(void *ud) {
|
|||
} break;
|
||||
case Variant::CallError::CALL_ERROR_TOO_FEW_ARGUMENTS: {
|
||||
|
||||
reason = "Too Many Arguments";
|
||||
reason = "Too Few Arguments";
|
||||
} break;
|
||||
case Variant::CallError::CALL_ERROR_INVALID_METHOD: {
|
||||
|
||||
|
|
Loading…
Reference in New Issue