disabled compass in slr

This commit is contained in:
Zeno Rogue 2019-08-27 16:49:05 +02:00
parent f7c4d102df
commit c01cef0de9
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ EX void draw_radar(bool cornermode) {
bool d3 = WDIM == 3;
bool hyp = hyperbolic;
bool sph = sphere;
bool scompass = nonisotropic;
bool scompass = nonisotropic && !hybri;
dynamicval<eGeometry> g(geometry, gEuclid);
dynamicval<eModel> pm(pmodel, mdUnchanged);