From 3963f89ebdb034a7f81eea19f88570324f8e852d Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 7 Jul 2016 21:27:20 -0300 Subject: [PATCH] remove warnings if a script is missing and can't be opened (cherry picked from commit d8c31e0e7480906ccf230892b090e3c3cbe1b271) --- tools/editor/plugins/script_editor_plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index a8fde7b1098..15abaa31d88 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -2240,6 +2240,8 @@ void ScriptEditor::set_window_layout(Ref p_layout) { for(int i=0;i scr = ResourceLoader::load(path); if (scr.is_valid()) { edit(scr);