Clear resource load tasks at exit
This commit is contained in:
parent
1bd0b296e1
commit
b8b6a05c17
1 changed files with 1 additions and 0 deletions
|
@ -1079,6 +1079,7 @@ void ResourceLoader::initialize() {
|
|||
}
|
||||
|
||||
void ResourceLoader::finalize() {
|
||||
clear_thread_load_tasks();
|
||||
memdelete(thread_load_mutex);
|
||||
memdelete(thread_load_semaphore);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue