【bug】车库门ecs系统

This commit is contained in:
thesai 2024-03-27 14:38:08 +08:00
parent 33ed496dcd
commit e1913b8f43

View File

@ -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) {