mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
embedding:: fixed leaving mdGeodesic
This commit is contained in:
parent
dc1aa2c4c0
commit
d305896c96
@ -1135,7 +1135,7 @@ EX namespace geom3 {
|
|||||||
vid.human_wall_ratio = .7;
|
vid.human_wall_ratio = .7;
|
||||||
vid.camera = 1;
|
vid.camera = 1;
|
||||||
vid.depth = 1;
|
vid.depth = 1;
|
||||||
if(pmodel == mdPerspective) pmodel = mdDisk;
|
if(among(pmodel, mdPerspective, mdGeodesic)) pmodel = mdDisk;
|
||||||
swapmatrix(View);
|
swapmatrix(View);
|
||||||
swapmatrix(current_display->which_copy);
|
swapmatrix(current_display->which_copy);
|
||||||
callhooks(hooks_swapdim);
|
callhooks(hooks_swapdim);
|
||||||
|
Loading…
Reference in New Issue
Block a user