1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #21692 from Faless/sockets_rebase

New NetSocket interface with common BSD/Win implementation
This commit is contained in:
Fabio Alessandrelli
2018-09-12 18:25:28 +02:00
committed by GitHub
29 changed files with 1281 additions and 2283 deletions

View File

@@ -1987,7 +1987,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;