1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-24 07:56:59 +00:00

centerpc: moved rerotate outside

This commit is contained in:
Zeno Rogue 2019-11-23 19:01:00 +01:00
parent 4f0cf57092
commit edcf160a28

View File

@ -1401,8 +1401,6 @@ EX void centerpc(ld aspd) {
spinEdge(aspd);
fixmatrix(View);
current_display->which_copy = gmatrix[cwt.at];
ors::rerotate(cwtV); ors::rerotate(View);
return;
}
else {