Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keep track of type name in NodeState (#1444)
Adds the original type_name to `NodeState`, enabling plugins like [this](https://github.com/jakobhellermann/bevy_mod_debugdump). This does increase the `NodeState` type by 16 bytes, but it is already 176 so it's not that big of an increase.
- Loading branch information