Skip to content

ashley-1.3.1

Compare
Choose a tag to compare
@dsaltares dsaltares released this 01 Dec 22:17
· 215 commits to master since this release

Bug fix: fixed IllegalArgumentException thrown when trying to remove components from an already reset entity. The call has no effect now. Thanks for that SgtCoDFish. Issue #77.
Bug fix: fixed family match failure due to silly silly hashing. Issue #78.
Bug fix: fixed entity.getId() always returning 0 for recycled pooled entities. Issue #82.
Bug fix: fixed nested iteration problem caused by adding/removing entities from an entity added/removed listener handler. Issue #81.
Bug fix: fixed missing type error in GWT when using PooledEngine. GWT should be quite smooth now. Commit cb33472.