bevy/crates/bevy_transform/src
Hennadii Chernyshchyk c71ae26292
Update GlobalTransform on insertion (#9081)
# Objective

`GlobalTransform` after insertion will be updated only on `Transform` or
hierarchy change.

Fixes #9075

## Solution

Update `GlobalTransform` after insertion too.

---

## Changelog

- `GlobalTransform` is now updated not only on `Transform` or hierarchy
change, but also on insertion.
2023-07-10 08:05:13 +00:00
..
components Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
commands.rs Rename Command's "write" method to "apply" (#8814) 2023-06-12 17:53:47 +00:00
lib.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
systems.rs Update GlobalTransform on insertion (#9081) 2023-07-10 08:05:13 +00:00