mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 22:27:38 +00:00
sol:: correct rotation in simple model
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user