1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 14:45:12 +00:00

solv:: fixup to ilocal_perspective removal, to work in mdPerspective too

This commit is contained in:
Zeno Rogue
2019-07-31 12:18:53 +02:00
parent 49c3a643ae
commit 8ba99c42a0
3 changed files with 22 additions and 13 deletions

View File

@@ -1261,7 +1261,6 @@ void centerpc(ld aspd) {
transmatrix T = cwtV;
#if MAXMDIM >= 4
if(pmodel == mdSolPerspective) T = solv::local_perspective * T;
if(GDIM == 3 && WDIM == 2) {
geom3::do_auto_eye();
int sl = snakelevel(cwt.at);