修改小bug

This commit is contained in:
joylink_zhangsai 2023-12-08 17:13:50 +08:00
parent 9554930705
commit 8f1b02cbc3

View File

@ -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
}