Преглед на файлове

Fix EditorHelp failing to load

kobewi преди 2 години
родител
ревизия
15442b54a8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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();
 	}
 }