mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-31 01:20:53 +08:00
Bug: remove hardcoded useExistingScalarFields
This commit is contained in:
@@ -579,7 +579,6 @@ bool PointFeature::prepare( const CorePoints& corePoints,
|
||||
|
||||
// check if there exists a scalar field with the same name
|
||||
int sfIdx = corePoints.cloud->getScalarFieldIndexByName(qPrintable(resultSFName));
|
||||
useExistingScalarFields = true;
|
||||
if (sfIdx >= 0)
|
||||
{
|
||||
if (useExistingScalarFields)
|
||||
|
||||
Reference in New Issue
Block a user