aboutsummaryrefslogtreecommitdiff
path: root/core/io/file_access_network.cpp
diff options
context:
space:
mode:
authorMarlon Henry Schweigert2018-01-30 13:22:15 -0200
committerMarlon Henry Schweigert2018-01-30 13:22:15 -0200
commit87adf9cfbab00a40aad483b4e709518d5f61b6d1 (patch)
tree9f0721697ab678fb3eeb4b9c2321024469873cd7 /core/io/file_access_network.cpp
parentf12e8568d43de853e0b98588e7f132a61a92fc45 (diff)
downloadgodot-87adf9cfbab00a40aad483b4e709518d5f61b6d1.tar.gz
godot-87adf9cfbab00a40aad483b4e709518d5f61b6d1.tar.zst
godot-87adf9cfbab00a40aad483b4e709518d5f61b6d1.zip
Diffstat (limited to 'core/io/file_access_network.cpp')
-rw-r--r--core/io/file_access_network.cpp2
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()));