You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix error explanation in core_bind Thread::_start_func
This commit is contained in:
@@ -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: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user