Explorar o código

Fix EditorHelp failing to load

kobewi %!s(int64=2) %!d(string=hai) anos
pai
achega
15442b54a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/editor_help.cpp

+ 1 - 1
editor/editor_help.cpp

@@ -2215,7 +2215,7 @@ void EditorHelp::_load_doc_thread(void *p_udata) {
 	} else {
 		// We have to go back to the main thread to start from scratch.
 		first_attempt = false;
-		callable_mp_static(&EditorHelp::generate_doc).call_deferred();
+		callable_mp_static(&EditorHelp::generate_doc).bind(true).call_deferred();
 	}
 }