Skip to content

Commit

Permalink
Fixed dynamics2d grippable logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpincy committed Apr 30, 2024
1 parent 0b1a99d commit 603f627
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ namespace argos {
}

inline void SetGrippable(CDynamics2DGrippable* pc_grippable) {
if(m_pcGrippable) delete m_pcGrippable;
m_pcGrippable = pc_grippable;
}

Expand Down

0 comments on commit 603f627

Please sign in to comment.