Skip to content

Commit

Permalink
Update select2DTool.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mdkus committed Mar 22, 2015
1 parent 7d883ae commit fca9838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/point_cloud_editor/src/select2DTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Select2DTool::end (int x, int y, BitMask modifiers, BitMask)
GLfloat project[16];
glGetFloatv(GL_PROJECTION_MATRIX, project);

PointVector3D ptsvec;
Point3DVector ptsvec;
cloud_ptr_->getDisplaySpacePoints(ptsvec);
for(unsigned int i = 0; i < ptsvec.size(); ++i)
{
Expand Down

0 comments on commit fca9838

Please sign in to comment.