修改小bug
This commit is contained in:
parent
9554930705
commit
8f1b02cbc3
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user