Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Box<dyn Reflect> struct with a hashmap in it panicking when clone…
…_value is called on it (bevyengine#8184) # Objective - Fix the issue described in bevyengine#8183: Box<dyn Reflect> structs with a hashmap in them will panic when clone_value is called on it - Fixes: bevyengine#8183 ## Solution - Updates the implementation of Reflect for Hashmaps to make clone_value call from_reflect on the key before inserting it into the new struct
- Loading branch information