mirror of
https://github.com/bevyengine/bevy
synced 2025-01-03 00:38:56 +00:00
1fa54c200f
# Objective The `#[reflect_trait]` macro did not maintain the visibility of its trait. It also did not make its accessor methods public, which made them inaccessible outside the current module. ## Solution Made the `Reflect***` struct match the visibility of its trait and made both the `get` and `get_mut` methods always public. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |