mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Fix error explanation in core_bind Thread::_start_func
(cherry picked from commit 2caaa7c97d)
This commit is contained in:
committed by
Rémi Verschelde
parent
68148b16d3
commit
3daca13f72
@@ -2302,7 +2302,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: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user