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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user