You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix wait for thread not started
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user