From be169cb949fcf1273f97bfbe177e2c4eea3f4ef1 Mon Sep 17 00:00:00 2001 From: Maxim Date: Fri, 11 Oct 2024 10:04:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20poll=5Freceive(soc=5Funicast)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.gd b/Main.gd index e422957..d5f386c 100644 --- a/Main.gd +++ b/Main.gd @@ -128,8 +128,8 @@ func poll_receive(sock: Socket) -> bool: ## Приёмник func _process(delta) -> void: last_update_time += delta poll_receive(soc_brodcast) + poll_receive(soc_unicast) if flag_online and not flag_interval: - poll_receive(soc_unicast) state_machine() match unit.process(delta):