mirror of
https://gitlab.univ-nantes.fr/E164955Z/ptrans.git
synced 2026-08-30 00:00:26 +08:00
Merge branch 'glitch_fix' into 'master'
Glitch fix See merge request E164955Z/ptrans!10
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user