eliasku / ecx

ECX is Entity Component System framework for Haxe
52 stars 10 forks source link

World invalidate not having any effect #24

Open Misiur opened 5 years ago

Misiur commented 5 years ago

It seems that when doing world.invalidate nothing gets updated immediately, I have to manually add _component.has(entity) checks in systems to make sure component was removed. Any ideas how to circumvent this?

Misiur commented 5 years ago

Removing single components requires world.commit as well, right?