CLI option -uqf

This commit is contained in:
Zeno Rogue 2021-07-07 18:26:40 +02:00
parent 581cb8ae26
commit 567436ed2f
1 changed files with 1 additions and 1 deletions

View File

@ -3833,7 +3833,7 @@ void make_clipping_planes() {
else if(pmodel == mdGeodesic && nil)
threshold = 2, xyz_threshold = 3, clip_checked = true;
else return;
clipping_plane_sets.clear();
auto add_clipping_plane_txy = [] (transmatrix T, const transmatrix& nlp, ld x1, ld y1, ld x2, ld y2) {