diff options
| author | Rémi Verschelde | 2018-01-31 17:26:12 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-31 17:26:12 +0100 |
| commit | e7cf2b2e77a097a026f883f003ad299b5d451885 (patch) | |
| tree | ca93ec416a14b9a7e05d3e92aab790bf565cad61 /core/io/file_access_network.cpp | |
| parent | 7b691339290d9bc975deba57a0974c1c7049512b (diff) | |
| parent | 87adf9cfbab00a40aad483b4e709518d5f61b6d1 (diff) | |
| download | godot-e7cf2b2e77a097a026f883f003ad299b5d451885.tar.gz godot-e7cf2b2e77a097a026f883f003ad299b5d451885.tar.zst godot-e7cf2b2e77a097a026f883f003ad299b5d451885.zip | |
Diffstat (limited to 'core/io/file_access_network.cpp')
| -rw-r--r-- | core/io/file_access_network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/file_access_network.cpp b/core/io/file_access_network.cpp index 7b2bccdfe..ef886cdb3 100644 --- a/core/io/file_access_network.cpp +++ b/core/io/file_access_network.cpp @@ -83,7 +83,7 @@ int64_t FileAccessNetworkClient::get_64() { void FileAccessNetworkClient::_thread_func() { - client->set_nodelay(true); + client->set_no_delay(true); while (!quit) { DEBUG_PRINT("SEM WAIT - " + itos(sem->get())); |
