Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use Display for entity id in log_components (#14164)
# Objective - Cleanup a doubled `Entity` in log components ``` // Before 2024-07-05T19:54:09.082773Z INFO bevy_ecs::system::commands: Entity Entity { index: 2, generation: 1 }: ["bevy_transform::components::transform::Transform"] // After 2024-07-05T19:54:09.082773Z INFO bevy_ecs::system::commands: Entity 2v1: ["bevy_transform::components::transform::Transform"] ``` --------- Co-authored-by: Jan Hohenheim <[email protected]>
- Loading branch information