bevy/crates/bevy_reflect/src/impls
Noah a9f766ceb2
Fix Box<dyn Reflect> struct with a hashmap in it panicking when clone_value is called on it (#8184)
# Objective

- Fix the issue described in #8183: Box<dyn Reflect> structs with a
hashmap in them will panic when clone_value is called on it
- Fixes: #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
2023-04-22 02:55:53 +00:00
..
glam.rs Make proc macros hygienic in bevy_reflect_derive (#6752) 2022-12-05 23:39:44 +00:00
rect.rs Make proc macros hygienic in bevy_reflect_derive (#6752) 2022-12-05 23:39:44 +00:00
smallvec.rs bevy_reflect: Decouple List and Array traits (#7467) 2023-02-13 21:07:53 +00:00
std.rs Fix Box<dyn Reflect> struct with a hashmap in it panicking when clone_value is called on it (#8184) 2023-04-22 02:55:53 +00:00