Skip to content

Commit

Permalink
🎨 inverse joint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-king committed Aug 5, 2018
1 parent b113695 commit d1f94cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public BodyComponent(GameObject prefab, Vector3 pos, int connectorId = -1, BodyC
{
if (connectorId >= 0)
{
parent.Connect(connectorId, parent);
parent.Connect(connectorId, this);
}
else
{
Expand Down

0 comments on commit d1f94cf

Please sign in to comment.