diff options
| author | Juan Linietsky | 2016-05-23 17:10:26 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-05-23 17:11:49 -0300 |
| commit | d3495b128a700b6f830ec90ff0b544ad1333b867 (patch) | |
| tree | 78d1a96d928f912e9d5e1f8502d7651c47e209b6 /tools/editor/script_editor_debugger.cpp | |
| parent | b777b32470fc7cba345f3ff2ee419074104f8f9b (diff) | |
| download | godot-d3495b128a700b6f830ec90ff0b544ad1333b867.tar.gz godot-d3495b128a700b6f830ec90ff0b544ad1333b867.tar.zst godot-d3495b128a700b6f830ec90ff0b544ad1333b867.zip | |
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
| -rw-r--r-- | tools/editor/script_editor_debugger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index 479b694f0..7c7801a20 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()) { |
