Skip to content

Commit

Permalink
Fixing missing assignment in Convex class (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada authored and jslee02 committed Jul 13, 2017
1 parent 4fd0ae7 commit 66745ee
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 @@ -277,6 +277,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 66745ee

Please sign in to comment.