sol:: correct rotation in simple model

This commit is contained in:
Zeno Rogue 2019-11-09 12:32:37 +01:00
parent c7f735f3ac
commit e17747791e
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ EX void applymodel(hyperpoint H, hyperpoint& ret) {
if(nonisotropic) {
// if(nisot::local_perspective_used()) H = nisot::local_perspective * H;
ret = H;
ret = lp_apply(H);
break;
}
if(pmodel == mdHyperboloid) {