From 456adb32c0133861122f8d925ba8e879c1d88261 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 7 Nov 2021 10:14:08 +0100 Subject: [PATCH] fixup to 'which_copy includes rotation' --- hypgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index 5d762d9f..57450fb7 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -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? */