diff --git a/hypgraph.cpp b/hypgraph.cpp index 8275d8ca..fbcac426 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -2791,7 +2791,9 @@ EX void draw_boundary(int w) { return; } - default: break; + default: + if(models::is_perspective(pmodel)) return; + break; } if(sphere && pmodel == mdDisk && pconf.alpha > 1) {