Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: clone indices (bevyengine#1574)
Super simple and straight forward. I need this for the tilemap because if I need to update all chunk indices, then I can calculate it once and clone it. Of course, for now I'm just returning the Vec itself then wrapping it but would be nice if I didn't have to do that.
- Loading branch information