Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix joint typew
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniaczQ committed Aug 29, 2022
1 parent 4d80ce4 commit 733e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nailgun/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ pub fn nail(
commands
.entity(item.entity)
.insert(CollisionGroups::new(PLAYER, SOLID_TERRAIN | LOOSE_ITEMS))
.insert(ImpulseJoint::new(chassis_entity, joint))
.insert(MultibodyJoint::new(chassis_entity, joint))
.insert(Anchorable)
.remove::<Package>();

Expand Down

0 comments on commit 733e4e7

Please sign in to comment.