remove the warning of instances in use at exit

(cherry picked from commit 8baa85d6b4)
This commit is contained in:
Juan Linietsky 2016-06-26 16:34:28 -03:00 committed by Rémi Verschelde
parent 9592dd3e3b
commit ea7da3bf08

View file

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