Skip to content

Commit 35cd308

Browse files
committed
forgot to initialize MeshSurfaceIntersection::interpolate_attributes_
1 parent 571be12 commit 35cd308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/geogram/mesh/mesh_surface_intersection.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ namespace GEO {
252252
// underflow/overflow cases with expansion_nt.
253253
rescale_ = false;
254254
skeleton_ = nullptr;
255+
interpolate_attributes_ = false;
255256
}
256257

257258
MeshSurfaceIntersection::~MeshSurfaceIntersection() {

0 commit comments

Comments
 (0)