mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
Fix wait for thread not started
This commit is contained in:
parent
240ed28291
commit
4aaa2e6477
16 changed files with 45 additions and 18 deletions
|
|
@ -2371,9 +2371,6 @@ void EditorHelp::update_doc() {
|
|||
|
||||
void EditorHelp::cleanup_doc() {
|
||||
_wait_for_thread();
|
||||
if (doc_gen_use_threads) {
|
||||
thread.wait_to_finish();
|
||||
}
|
||||
memdelete(doc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue