mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +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(nisot::local_perspective_used()) H = nisot::local_perspective * H;
|
||||
ret = H;
|
||||
ret = lp_apply(H);
|
||||
break;
|
||||
}
|
||||
if(pmodel == mdHyperboloid) {
|
||||
|
Loading…
Reference in New Issue
Block a user