Skip to content
Snippets Groups Projects
Commit 5bfb2dc2 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

fixed compile error

parent 65fe0fda
No related branches found
Tags v2.3.48
No related merge requests found
......@@ -472,7 +472,7 @@ namespace VirtualRobot
bool CollisionChecker::checkCollision(SceneObjectSetPtr modelSet, const Eigen::Vector3f &point, float tolerance)
{
VR_ASSERT(model1);
VR_ASSERT(modelSet);
VR_ASSERT_MESSAGE(modelSet->getCollisionChecker() == shared_from_this(), "Collision models are linked to different Collision Checker instances");
VR_ASSERT(isInitialized());
......
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