We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45004c commit 5d74e7bCopy full SHA for 5d74e7b
src/geode/mesh/core/surface_mesh.cpp
@@ -272,10 +272,10 @@ namespace geode
272
public:
273
Impl( SurfaceMesh& surface )
274
: polygon_around_vertex_(
275
- surface.vertex_attribute_manager()
276
- .template find_or_create_attribute< VariableAttribute,
277
- PolygonVertex >(
278
- "polygon_around_vertex", PolygonVertex{} ) ),
+ surface.vertex_attribute_manager()
+ .template find_or_create_attribute< VariableAttribute,
+ PolygonVertex >(
+ "polygon_around_vertex", PolygonVertex{} ) ),
279
polygons_around_vertex_(
280
surface.vertex_attribute_manager()
281
.template find_or_create_attribute< VariableAttribute,
0 commit comments