remove the warning of instances in use at exit
(cherry picked from commit 8baa85d6b4
)
This commit is contained in:
parent
9592dd3e3b
commit
ea7da3bf08
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue