summaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-05-23 17:10:26 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-05-23 17:11:49 -0300
commitd3495b128a700b6f830ec90ff0b544ad1333b867 (patch)
tree78d1a96d928f912e9d5e1f8502d7651c47e209b6 /tools/editor/script_editor_debugger.cpp
parentb777b32470fc7cba345f3ff2ee419074104f8f9b (diff)
-Improve resource previews
-Also fixed draw_texture_rect() tile parameter
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
-rw-r--r--tools/editor/script_editor_debugger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp
index 479b694f0b..7c7801a203 100644
--- a/tools/editor/script_editor_debugger.cpp
+++ b/tools/editor/script_editor_debugger.cpp
@@ -944,6 +944,7 @@ void ScriptEditorDebugger::_notification(int p_what) {
}
last_error_count=error_count;
}
+
if (connection.is_null()) {
if (server->is_connection_available()) {