You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
-fix resolver erase query to avoid running out of slots, fixes #1621
This commit is contained in:
@@ -183,7 +183,7 @@ void IP::erase_resolve_item(ResolverID p_id) {
|
|||||||
|
|
||||||
GLOBAL_LOCK_FUNCTION;
|
GLOBAL_LOCK_FUNCTION;
|
||||||
|
|
||||||
resolver->queue[p_id].status=IP::RESOLVER_STATUS_DONE;
|
resolver->queue[p_id].status=IP::RESOLVER_STATUS_NONE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user