You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use on archetype components in RemoveEntity (#21)
Use the archetype's components instead of the whole storages in
RemoveEntity. This method got really slower after the Tag feature,
because the slice of storages is now bigger (2048 instead of 256).
0 commit comments