From e1913b8f434beb77eaf48bb37df1de377e373f88 Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Wed, 27 Mar 2024 14:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E8=BD=A6=E5=BA=93?= =?UTF-8?q?=E9=97=A8ecs=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/circuit_sys/ckm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/circuit_sys/ckm.go b/sys/circuit_sys/ckm.go index 6704014..184c56e 100644 --- a/sys/circuit_sys/ckm.go +++ b/sys/circuit_sys/ckm.go @@ -27,7 +27,7 @@ func (p *CkmSys) Update(world ecs.World) { return } posCom := component.FixedPositionTransformType.Get(entry) - local := true //是否本地模式 + local := false //是否本地模式 circuit := component.CkmCircuitType.Get(entry) //目前不考虑没有车库门电路的情况 //车库门PSL if entry.HasComponent(component.CkmPslType) {