Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reflect Default for GlobalTransform (bevyengine#6200)
# Objective Make `GlobalTransform` constructible from scripts, in the same vein as bevyengine#6187. ## Solution - Use the derive macro to reflect default --- ## Changelog > This section is optional. If this was a trivial fix, or has no externally-visible impact, you can delete this section. - `GlobalTransform` now reflects the `Default` trait.
- Loading branch information