mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
WIP2
This commit is contained in:
@@ -56,7 +56,7 @@ static IScalarFieldWrapper::Shared GetSource(const Feature::Source& fs, const cc
|
||||
{
|
||||
case Feature::Source::ScalarField:
|
||||
{
|
||||
assert(fs.name.isEmpty());
|
||||
assert(!fs.name.isEmpty());
|
||||
int sfIdx = cloud->getScalarFieldIndexByName(qPrintable(fs.name));
|
||||
if (sfIdx >= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user