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:
parent
a5d5cba14d
commit
456adb32c0
@ -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? */
|
||||
|
Loading…
Reference in New Issue
Block a user