--- a/src/vertexmap.cpp Wed Jun 29 16:21:44 2022 +0300 +++ b/src/vertexmap.cpp Wed Jun 29 16:33:49 2022 +0300 @@ -158,7 +158,7 @@ info.transformSet = true; } float scale = 1.0f; - for (const ModelId objectId : info.objects) + for (const ElementId objectId : info.objects) { const std::optional<int> index = model->find(objectId); if (index.has_value()) {