You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Display set_nodelay to GDScript
Pass enabled arg
Rename set_nodelay to set_no_delay
Add description to the method
Change description
(cherry picked from commit 87adf9cfba)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
ef49c166f6
commit
5481ece976
@@ -55,7 +55,7 @@ void EditorFileServer::_subthread_start(void *s) {
|
||||
|
||||
ClientData *cd = (ClientData *)s;
|
||||
|
||||
cd->connection->set_nodelay(true);
|
||||
cd->connection->set_no_delay(true);
|
||||
uint8_t buf4[8];
|
||||
Error err = cd->connection->get_data(buf4, 4);
|
||||
if (err != OK) {
|
||||
|
||||
Reference in New Issue
Block a user