Namek / artemis-odb-entity-tracker

:game_die: Visual Entity Tracker for ECS library: artemis-odb
http://namek.github.io/artemis-odb-entity-tracker/
26 stars 5 forks source link

Loading of entity details should respect custom ordering from entities matrix #6

Closed nanonull closed 8 years ago

nanonull commented 8 years ago

Steps: Activate descending ordering by entity id (first entity in entities matrix will have max id) Click first entity in entities matrix to load it within Details panel

Actual: Entity with min id is loaded

Expected: Entity with max id is loaded

a