NateTheGreatt / bitECS

Flexible, minimal, data-oriented ECS library for Typescript
Mozilla Public License 2.0
944 stars 84 forks source link

Fix store array counts #63

Closed robertlong closed 3 years ago

robertlong commented 3 years ago

An incorrect summedLength variable was being calculated for schemas with multiple array properties with different lengths. Now the storeArrayElementCounts object stores the total number of elements for each array type for a given store.