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

fixed warning

parent 3eaa0e03
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ namespace VirtualRobot
void CollisionModel::inflateModel(float value)
{
if(margin != value || origVisualization && !model)
if((margin != value) || (origVisualization && !model))
{
visualization = origVisualization->clone(true);
visualization->shrinkFatten(value);
......
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