junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
776 stars 111 forks source link

Entity delete/create causes loss of components #36

Closed junkdog closed 10 years ago

junkdog commented 10 years ago

@devnewton:

I have a similar problem:

TestSystem#process

Entity e1 = ...
e1.deleteFromWorld();
Entity e2 = world.createEntity();

After this e2 get the e1 id and lose all his components.

ghost commented 10 years ago

I use the 0.4.0 version from Maven central.

junkdog commented 10 years ago

Thanks, I'll look into it during the week. On Nov 12, 2013 9:49 PM, "devnewton" notifications@github.com wrote:

I use the 0.4.0 version from Maven central.

— Reply to this email directly or view it on GitHubhttps://github.com/junkdog/artemis-odb/issues/36#issuecomment-28331800 .

junkdog commented 10 years ago

Thanks for the report, it's fixed on master.