Skip to content

Commit

Permalink
fix new sync removal test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Dec 5, 2024
1 parent 1490159 commit 65edd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ mod test {

pub fn setup_physics(mut commands: Commands) {
commands.spawn((
TransformBundle::from(Transform::from_xyz(0.0, 13.0, 0.0)),
Transform::from_xyz(0.0, 13.0, 0.0),
RigidBody::Dynamic,
cuboid(0.5, 0.5, 0.5),
TestMarker,
Expand Down

0 comments on commit 65edd44

Please sign in to comment.