From ae87945c6b25e1a93866839ab45528e2f213915d Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 29 Oct 2024 08:45:43 +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.=20=D0=92=D1=80=D0=B5=D0=BC=D1=8F=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/spt25.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/spt25.gd b/scripts/spt25.gd index cde3c4a..f9c492b 100644 --- a/scripts/spt25.gd +++ b/scripts/spt25.gd @@ -28,5 +28,6 @@ class SPT25 extends unit.Unit: func process(delta: float): tick += delta if (tick - tx_tick) > req_period: + tx_tick = tick return Error.OK return Error.ERR_BUSY