1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-29 19:40:35 +00:00

fixup to 'which_copy includes rotation'

This commit is contained in:
Zeno Rogue 2021-11-07 10:14:08 +01:00
parent a5d5cba14d
commit 456adb32c0

View File

@ -1933,7 +1933,7 @@ EX void centerpc(ld aspd) {
if(vid.sspeed >= 4.99) aspd = 1000;
DEBBI(DF_GRAPH, ("center pc"));
auto& W = current_display->which_copy;
auto& W = current_display->which_copy;
ors::unrotate(W); ors::unrotate(View); ors::unrotate(cwtV.T);
/* what should we center? */