【bug】车库门ecs系统
This commit is contained in:
parent
33ed496dcd
commit
e1913b8f43
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user