소스 검색

[Editor] Enable multithread processing for the editor log.

bruvzg 2 년 전
부모
커밋
2af75a066f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);