Don't print an error in ThreadPoolJob's _execute, as it's probably more intuitive this way.

This commit is contained in:
Relintai 2023-06-05 14:17:50 +02:00
parent 4873a3429d
commit bb753653dd

View File

@ -137,8 +137,6 @@ void ThreadPoolJob::execute() {
void ThreadPoolJob::_execute() { void ThreadPoolJob::_execute() {
set_complete(true); set_complete(true);
ERR_FAIL_MSG(get_class() + " ThreadPoolJob::_execute is not overridden!");
} }
ThreadPoolJob::ThreadPoolJob() { ThreadPoolJob::ThreadPoolJob() {