remove the warning of instances in use at exit

This commit is contained in:
Juan Linietsky 2016-06-26 16:34:28 -03:00
parent 282da142ae
commit 8baa85d6b4
2 changed files with 2 additions and 2 deletions

View file

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