mirror of
https://github.com/godotengine/godot.git
synced 2024-12-27 11:24:59 +08:00
Merge pull request #73812 from bruvzg/log-mt
[Editor] Enable multithread processing for the editor log.
This commit is contained in:
commit
c238dea782
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user