Skip to content

Commit

Permalink
Fixing missing assignment in Convex class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Schwesinger committed Jul 17, 2015
1 parent 3e3c3a2 commit 08d7fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fcl/shape/geometric_shapes.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class Convex : public ShapeBase
plane_dis = plane_dis_;
num_planes = num_planes_;
points = points_;
num_points = num_points_;
polygons = polygons_;
edges = NULL;

Expand Down

0 comments on commit 08d7fc3

Please sign in to comment.