mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
Bug fixes
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ static bool CreateFeaturesFromCommand(const QString& command, int lineNumber, co
|
||||
//we have a point feature
|
||||
PointFeature* pointFeature = new PointFeature(pointFeatureType);
|
||||
|
||||
//specific case: 'SF#'
|
||||
//specific case: 'SF'
|
||||
if (pointFeatureType == PointFeature::SF)
|
||||
{
|
||||
QString sfIndexStr = typeStr.mid(2);
|
||||
|
||||
Reference in New Issue
Block a user