summaryrefslogtreecommitdiff
path: root/src/GudhUI/utils/K_nearest_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GudhUI/utils/K_nearest_builder.h')
-rw-r--r--src/GudhUI/utils/K_nearest_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GudhUI/utils/K_nearest_builder.h b/src/GudhUI/utils/K_nearest_builder.h
index 7be0a4f4..4000a331 100644
--- a/src/GudhUI/utils/K_nearest_builder.h
+++ b/src/GudhUI/utils/K_nearest_builder.h
@@ -81,7 +81,7 @@ template<typename SkBlComplex> class K_nearest_builder {
for (auto it = ++search.begin(); it != search.end(); ++it) {
Vertex_handle q(std::get<1>(it->first));
if (p != q && complex_.contains_vertex(p) && complex_.contains_vertex(q))
- complex_.add_edge(p, q);
+ complex_.add_edge_without_blockers(p, q);
}
}
}