Small Ashley release, check the changes for 1.7.2 below:
- Bug fix:
Engine
doesn’t useEntitySystem
iterator()
. - Bug fix: Fixes
Engine
left unusable, in the updating state, after an uncaught exception in a subsystem. - Bug fix: Fixes
FamilyManager
not cleaning up properly when a triggering a listener that throws.
To use it, change your dependency to com.badlogicgames.gdx:ashley:1.7.2
. The new nightly dependency is com.badlogicgames.gdx:ashley:1.7.3-SNAPSHOT
.