From 97c68514c4d88cf94272332f1e390cc2e0bcd394 Mon Sep 17 00:00:00 2001 From: LATRio Date: Sat, 25 Sep 2021 22:07:13 +0900 Subject: [PATCH] Use Callable in Thread::start --- core/core_bind.cpp | 43 +++++++++++------------------------------- core/core_bind.h | 5 ++--- doc/classes/Thread.xml | 9 ++++----- 3 files changed, 17 insertions(+), 40 deletions(-) diff --git a/core/core_bind.cpp b/core/core_bind.cpp index e029b854500..6b4e715e3ca 100644 --- a/core/core_bind.cpp +++ b/core/core_bind.cpp @@ -1786,13 +1786,13 @@ void Thread::_start_func(void *ud) { // We must check if we are in case b). int target_param_count = 0; int target_default_arg_count = 0; - Ref