Simplified dependencies.

This commit is contained in:
bubnikv 2018-09-21 21:16:09 +02:00
parent 49c3d59897
commit bb386bb148
4 changed files with 5 additions and 12 deletions

View file

@ -154,7 +154,7 @@ void Layer::make_fills()
layerm->fills.clear();
make_fill(*layerm, layerm->fills);
#ifndef NDEBUG
for (size_t i = 0; i < layerm.fills.entities.size(); ++ i)
for (size_t i = 0; i < layerm->fills.entities.size(); ++ i)
assert(dynamic_cast<ExtrusionEntityCollection*>(layerm->fills.entities[i]) != NULL);
#endif
}