-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engine uses Array<Entity> rather than IntMap<Entity> for faster itera…
…tion (even though removal is more expensive) Engine returns ImmutableArray when querying entity families Removes ImmutableIntMap
- Loading branch information
Showing
7 changed files
with
59 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
188 changes: 0 additions & 188 deletions
188
ashley/src/com/badlogic/ashley/utils/ImmutableIntMap.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.