Merge branch 'glitch_fix' into 'master'

Glitch fix

See merge request E164955Z/ptrans!10
This commit is contained in:
Ronan COLLIER
2021-03-09 12:53:59 +01:00
+1 -1
View File
@@ -553,7 +553,7 @@ bool ColorimetricSegmenter::RegionGrowing( RegionSet& regions,
if (!pointCloud || pointCloud->size() == 0)
{
Q_ASSERT(false);
return nullptr;
return false;
}
size_t pointCount = pointCloud->size();