mirror of
https://github.com/bevyengine/bevy
synced 2024-12-26 21:13:09 +00:00
a9f766ceb2
# 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 |
||
---|---|---|
.. | ||
glam.rs | ||
rect.rs | ||
smallvec.rs | ||
std.rs |