You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use $crate instead of bevy_ptr in move_as_ptr macro (#21113)
# Objective
Fixes#21050
## Solution
Use the `$crate` metavariable in the `move_as_ptr` macro so that it
always resolves the `bevy_ptr` crate correctly.
0 commit comments