mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
8cf3447343
# Objective I tried using `insert_gizmo_group` to configure my physics gizmos in a bevy_xpbd example, but was surprised to see that nothing happened. I found out that the method does *not* overwrite gizmo groups that have already been initialized (with `init_gizmo_group`). This is unexpected, since methods like `insert_resource` *do* overwrite. ## Solution Insert the configuration even if it has already been initialized. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |