razaron / engine-mk1

0 stars 0 forks source link

Components are deleted before Entity, causing invalid access segfault in Systems #12

Closed razaron closed 7 years ago

razaron commented 7 years ago

Entities being deleted are now tracked by the Space and the set difference _entities \ _deletingEntities is passed to Systems instead of the entire _entities vector.