Skip to content
Snippets Groups Projects
Commit 7ff22d56 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

BUG: init SFS feature status to true

parent 1cf4a483
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ public:
unsigned int id;
for (id=0;id<=1;id++)
{
this->SetFeatureStatus(static_cast<FeatureType>(id),false);
this->SetFeatureStatus(static_cast<FeatureType>(id),true);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment