rj00a / evenio

An event-driven Entity Component System
MIT License
132 stars 14 forks source link

Fix archetype reallocation #72

Closed rj00a closed 2 months ago

rj00a commented 2 months ago

Zero-sized component BlobVec's have a capacity of usize::MAX, which means checking the first column in push_would_reallocate is incorrect.

Closes #71