mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 09:00:50 +08:00
useExistingScalarFields implementation
This commit is contained in:
@@ -68,7 +68,7 @@ static IScalarFieldWrapper::Shared GetSource(const Feature::Source& fs, const cc
|
||||
}
|
||||
else
|
||||
{
|
||||
ccLog::Warning(QObject::tr("Internal error: unknwon scalar field '%1'").arg(fs.name));
|
||||
ccLog::Warning(QObject::tr("Internal error: unknown scalar field '%1'").arg(fs.name));
|
||||
return IScalarFieldWrapper::Shared(nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user