mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
remove the warning of instances in use at exit
This commit is contained in:
parent
282da142ae
commit
8baa85d6b4
2 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue