apotapov / gdx-artemis

Fork of artemis entity-system (http://gamadu.com/artemis/) refactored to integrate with Libgdx (http://libgdx.badlogicgames.com/)
Other
53 stars 5 forks source link

Cleanup the use of SafeArray class #26

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

It is unnecessary for the most part. The only places where it matters are the EntityManager and the ComponentManager. And those can probably be cleaned up as well.