mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Don't print an error in ThreadPoolJob's _execute, as it's probably more intuitive this way.
This commit is contained in:
parent
4873a3429d
commit
bb753653dd
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user