1
0
Fork 0

[Editor] Enable multithread processing for the editor log.

This commit is contained in:
bruvzg 2023-02-23 11:42:58 +02:00
parent 2eec9a67d5
commit 2af75a066f
No known key found for this signature in database
GPG Key ID: 7960FCF39844EC38
1 changed files with 1 additions and 0 deletions

View File

@ -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);