mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Unify StreamPeerTCP/TCP_Server with NetSocket API
This commit is contained in:
parent
1b99806b47
commit
30327872e0
21 changed files with 411 additions and 1560 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue