mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
sol:: correct rotation in simple model
This commit is contained in:
parent
c7f735f3ac
commit
e17747791e
@ -487,7 +487,7 @@ EX void applymodel(hyperpoint H, hyperpoint& ret) {
|
|||||||
|
|
||||||
if(nonisotropic) {
|
if(nonisotropic) {
|
||||||
// if(nisot::local_perspective_used()) H = nisot::local_perspective * H;
|
// if(nisot::local_perspective_used()) H = nisot::local_perspective * H;
|
||||||
ret = H;
|
ret = lp_apply(H);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(pmodel == mdHyperboloid) {
|
if(pmodel == mdHyperboloid) {
|
||||||
|
Loading…
Reference in New Issue
Block a user