diff options
| author | Marlon Henry Schweigert | 2018-01-30 13:22:15 -0200 |
|---|---|---|
| committer | Marlon Henry Schweigert | 2018-01-30 13:22:15 -0200 |
| commit | 87adf9cfbab00a40aad483b4e709518d5f61b6d1 (patch) | |
| tree | 9f0721697ab678fb3eeb4b9c2321024469873cd7 /core/io/file_access_network.cpp | |
| parent | f12e8568d43de853e0b98588e7f132a61a92fc45 (diff) | |
| download | godot-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.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())); |
