From ea7da3bf083da0c68214e090a07e50735efa12ed Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 26 Jun 2016 16:34:28 -0300 Subject: [PATCH] remove the warning of instances in use at exit (cherry picked from commit 8baa85d6b4428b3fcbcd7ef160e608471ea7606b) --- tools/editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index f2242d20519..a6c03dba6da 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -6017,7 +6017,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 );