Closed cchandel closed 3 years ago
Once an entity's health becomes 0, how can I delete it from a system?
trying
ecs.EntityDestroy(w.World(), data.M.Owner().Entity())
stops the program.
EntityDestroy with deadlock was fixed
Once an entity's health becomes 0, how can I delete it from a system?
trying
stops the program.