1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

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