embedding:: fixed leaving mdGeodesic

This commit is contained in:
Zeno Rogue 2023-02-02 19:07:02 +01:00
parent dc1aa2c4c0
commit d305896c96
1 changed files with 1 additions and 1 deletions

View File

@ -1135,7 +1135,7 @@ EX namespace geom3 {
vid.human_wall_ratio = .7;
vid.camera = 1;
vid.depth = 1;
if(pmodel == mdPerspective) pmodel = mdDisk;
if(among(pmodel, mdPerspective, mdGeodesic)) pmodel = mdDisk;
swapmatrix(View);
swapmatrix(current_display->which_copy);
callhooks(hooks_swapdim);