mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
inverse ddspin back to iddspin
This commit is contained in:
parent
012d833f50
commit
234677c5eb
@ -1477,7 +1477,7 @@ EX void resetview() {
|
||||
NLP = Id;
|
||||
if(cwt.at) {
|
||||
centerover = cwt.at;
|
||||
View = inverse(ddspin(cwt.at, cwt.spin));
|
||||
View = iddspin(cwt.at, cwt.spin);
|
||||
if(cwt.mirrored) View = Mirror * View;
|
||||
if(GDIM == 2) View = spin(M_PI + vid.fixed_facing_dir * degree) * View;
|
||||
if(GDIM == 3 && !prod) View = cspin(0, 2, M_PI/2) * View;
|
||||
|
Loading…
Reference in New Issue
Block a user