From af7cb83fa8e983fb1dabf4179fd0a7692e20bb16 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Tue, 24 Oct 2023 10:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fi/circuit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fi/circuit.go b/fi/circuit.go index ed10e5a..814f9a2 100644 --- a/fi/circuit.go +++ b/fi/circuit.go @@ -37,6 +37,6 @@ func CollectLXCircuitState(w ecs.World, id string) bool { // 驱动电路状态修改 // x,y:二维数组的索引 // state : 32位的bool数组 -func DriveCircuitStateChange(w ecs.World, x, y int32, state bool) { +func DriveCircuitStateChange(w ecs.World, x, y int, state bool) { }