1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

embedding:: fixed leaving mdGeodesic

This commit is contained in:
Zeno Rogue 2023-02-02 19:07:02 +01:00
parent dc1aa2c4c0
commit d305896c96

View File

@ -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);