diff options
| author | Juan Linietsky | 2015-04-07 22:45:33 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-07 22:45:33 -0300 |
| commit | 3b35bcc955bdadb31cb9be003fa6d2ed80edaeac (patch) | |
| tree | 665ec368ea13171c62330090fe788c0eaa319243 /core/io/ip.cpp | |
| parent | 54ed432913fe07c0529dcf4aa13c50e1446e5689 (diff) | |
| download | godot-3b35bcc955bdadb31cb9be003fa6d2ed80edaeac.tar.gz godot-3b35bcc955bdadb31cb9be003fa6d2ed80edaeac.tar.zst godot-3b35bcc955bdadb31cb9be003fa6d2ed80edaeac.zip | |
Diffstat (limited to 'core/io/ip.cpp')
| -rw-r--r-- | core/io/ip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/ip.cpp b/core/io/ip.cpp index 6ef6b3118..2f20f4b63 100644 --- a/core/io/ip.cpp +++ b/core/io/ip.cpp @@ -183,7 +183,7 @@ void IP::erase_resolve_item(ResolverID p_id) { GLOBAL_LOCK_FUNCTION; - resolver->queue[p_id].status=IP::RESOLVER_STATUS_DONE; + resolver->queue[p_id].status=IP::RESOLVER_STATUS_NONE; } |
