mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 00:50:49 +08:00
Context-based features are now working
This commit is contained in:
@@ -52,6 +52,13 @@ bool PointFeature::checkValidity(QString &error) const
|
||||
return false;
|
||||
}
|
||||
|
||||
if (type == Invalid)
|
||||
{
|
||||
assert(false);
|
||||
error = "invalid feature type";
|
||||
return false;
|
||||
}
|
||||
|
||||
assert(cloud1);
|
||||
|
||||
if (scaled() && stat == NO_STAT)
|
||||
|
||||
Reference in New Issue
Block a user