diff --git a/crates/bevy_core/src/lib.rs b/crates/bevy_core/src/lib.rs index 72ad9124bf..31bd75a430 100644 --- a/crates/bevy_core/src/lib.rs +++ b/crates/bevy_core/src/lib.rs @@ -7,7 +7,7 @@ pub use bevy_derive::Bytes; use bevy_app::{stage, AppBuilder, AppPlugin}; use bevy_transform::{ components::{ - Children, LocalToParent, LocalToWorld, NonUniformScale, Rotation, Scale, Translation, + Children, LocalTransform, Transform, NonUniformScale, Rotation, Scale, Translation, }, transform_system_bundle, }; @@ -27,8 +27,8 @@ impl AppPlugin for CorePlugin { app.init_resource::