diff options
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r-- | tools/editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index c02da178dc..f6278e350a 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -6425,7 +6425,7 @@ EditorNode::EditorNode() { set_process_unhandled_input(true); _playing_edited=false; - Panel *errors = memnew( Panel ); +// Panel *errors = memnew( Panel ); load_errors = memnew( RichTextLabel ); // load_errors->set_readonly(true); load_error_dialog = memnew( AcceptDialog ); |