Explorar o código

[Editor] Enable multithread processing for the editor log.

bruvzg %!s(int64=2) %!d(string=hai) anos
pai
achega
2af75a066f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      editor/editor_log.cpp

+ 1 - 0
editor/editor_log.cpp

@@ -389,6 +389,7 @@ EditorLog::EditorLog() {
 
 	// Log - Rich Text Label.
 	log = memnew(RichTextLabel);
+	log->set_threaded(true);
 	log->set_use_bbcode(true);
 	log->set_scroll_follow(true);
 	log->set_selection_enabled(true);