Comment out the error when I generate a leaky mesh.
[git-p4: depot-paths = "//depot/solvespace/": change = 1870]
This commit is contained in:
parent
fe77e7cf7e
commit
fb33edcade
4
mesh.cpp
4
mesh.cpp
|
@ -645,8 +645,8 @@ void SKdNode::MakeCertainEdgesInto(SEdgeList *sel, bool emphasized) {
|
||||||
if(!emphasized) {
|
if(!emphasized) {
|
||||||
if(n == 0) sel->AddEdge(a, b);
|
if(n == 0) sel->AddEdge(a, b);
|
||||||
} else {
|
} else {
|
||||||
dbp("hanging: n=%d (%.3f %.3f %.3f) (%.3f %.3f %.3f)",
|
// dbp("hanging: n=%d (%.3f %.3f %.3f) (%.3f %.3f %.3f)",
|
||||||
n, CO(a), CO(b));
|
// n, CO(a), CO(b));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(nOther > 0) {
|
if(nOther > 0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user