Glitch fix

This commit is contained in:
Daniel Girardeau-Montaut
2021-03-09 12:42:15 +01:00
parent 59342a9b2e
commit 4da4cd757d
+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();