diff options
| author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-09-02 06:36:45 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-09-12 15:56:20 +0200 |
| commit | 30327872e0d7989220a28a91a39d847dacca406d (patch) | |
| tree | e922ff8448dd000d7670ad45dee1a68362d26555 /editor/script_editor_debugger.cpp | |
| parent | 1b99806b478b823ff04ad0e2538e211e55c037cb (diff) | |
| download | redot-engine-30327872e0d7989220a28a91a39d847dacca406d.tar.gz | |
Unify StreamPeerTCP/TCP_Server with NetSocket API
Diffstat (limited to 'editor/script_editor_debugger.cpp')
| -rw-r--r-- | editor/script_editor_debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index 43892376b5..b43402e834 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -1952,7 +1952,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) { inspector->connect("object_id_selected", this, "_scene_tree_property_select_object"); sc->add_child(inspector); - server = TCP_Server::create_ref(); + server.instance(); pending_in_queue = 0; |
