Right now we print entities IDs in debug system as ints
But we know from PR #176 that an entt entity is actually an int in two parts: some bits for the actual index in the data structure, and some others for the version of the entity (see the PR's code for more details)
It would be better to print the ID and version separately
Reactions are currently unavailable
Right now we print entities IDs in debug system as ints
But we know from PR #176 that an entt entity is actually an int in two parts: some bits for the actual index in the data structure, and some others for the version of the entity (see the PR's code for more details)
It would be better to print the ID and version separately