Panic in drop leads to a double drop on spawning a new entity #2860
Labels
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
From #2597 (comment)
I think this happens due to
Table::allocate
increasing the column length before the data is actually written.I also have a test for this, based on #2848
The text was updated successfully, but these errors were encountered: