mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-13 09:48:04 +00:00
embedding:: fixed leaving mdGeodesic
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user