Skip to content

Commit

Permalink
fixed joints3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jul 8, 2024
1 parent ccd2be7 commit 9142888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_rapier3d/examples/joints3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ pub fn setup_physics(mut commands: Commands) {
}

pub fn print_impulse_revolute_joints(
context: Res<RapierContext>,
context: DefaultRapierContextAccess,
joints: Query<(Entity, &ImpulseJoint)>,
) {
for (entity, impulse_joint) in joints.iter() {
Expand Down

0 comments on commit 9142888

Please sign in to comment.