diff --git a/hypgraph.cpp b/hypgraph.cpp index dbec10cc..519b9f41 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -1476,6 +1476,7 @@ EX void resetview() { if(cwt.at) { centerover = cwt.at; View = iddspin(cwt.at, cwt.spin); + if(!flipplayer) View = pispin * View; 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;