You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Merge pull request #76306 from KoBeWi/help_is_dead,_long_live_the_help!
Fix EditorHelp failing to load
This commit is contained in:
@@ -2215,7 +2215,7 @@ void EditorHelp::_load_doc_thread(void *p_udata) {
|
|||||||
} else {
|
} else {
|
||||||
// We have to go back to the main thread to start from scratch.
|
// We have to go back to the main thread to start from scratch.
|
||||||
first_attempt = false;
|
first_attempt = false;
|
||||||
callable_mp_static(&EditorHelp::generate_doc).call_deferred();
|
callable_mp_static(&EditorHelp::generate_doc).bind(true).call_deferred();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user