draw boundary in fisheye Euclidean

This commit is contained in:
Zeno Rogue 2023-03-16 14:44:44 +01:00
parent ef556185db
commit 0f9b30f51b
1 changed files with 1 additions and 1 deletions

View File

@ -2613,7 +2613,7 @@ void queuestraight(hyperpoint X, int style, color_t lc, color_t fc, PPR p) {
EX void draw_boundary(int w) {
if(w == 1) return;
if(nonisotropic || euclid || gproduct) return;
if(nonisotropic || (euclid && pmodel != mdFisheye) || gproduct) return;
#if CAP_VR
if(vrhr::active() && pmodel == mdHyperboloid) return;
#endif