formula works in spherical geometry

This commit is contained in:
Zeno Rogue 2019-02-08 10:04:01 +01:00
parent 2a7dea4788
commit 8a18dd3c1c
1 changed files with 1 additions and 0 deletions

View File

@ -1528,6 +1528,7 @@ bool do_draw(cell *c) {
}
bool do_draw(cell *c, const transmatrix& T) {
if(just_gmatrix && sphere) return true;
if(!do_draw(c)) return false;
if(euclid && pmodel == mdSpiral) {
hyperpoint h = tC0(T);