Skip to content
Snippets Groups Projects
Commit 349cea2c authored by Fabian Reister's avatar Fabian Reister
Browse files

graspablesensorsizedobject: comparison of object instead of ptr

parent 9ec7a213
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ bool GraspableSensorizedObject::hasGraspSet(GraspSetPtr graspSet)
VR_ASSERT_MESSAGE(graspSet, "NULL data");
for (const auto& i : graspSets)
if (i == graspSet)
if (*i == *graspSet)
{
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment