From 8f1b02cbc30b06c6785598e3c9f14b3cec33c28a Mon Sep 17 00:00:00 2001 From: joylink_zhangsai <1021828630@qq.com> Date: Fri, 8 Dec 2023 17:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity/psd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/entity/psd.go b/entity/psd.go index 8a425f7..649341d 100644 --- a/entity/psd.go +++ b/entity/psd.go @@ -87,6 +87,7 @@ func NewPsdEntry(world ecs.World, psd *repository.Psd, worldData *component.Worl asdList.List[i] = NewAsdEntry(world, worldData, psd.Id(), int(i)) } component.AsdListType.Set(entry, asdList) + component.PscType.Set(entry, &component.Psc{InterlockKmGroup: make(map[int32]bool)}) } return entry }