1
0
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:
Marlon Henry Schweigert
2018-01-30 13:22:15 -02:00
committed by Hein-Pieter van Braam
parent ef49c166f6
commit 5481ece976
9 changed files with 18 additions and 7 deletions

View File

@@ -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()));