using viewcenter() consistently

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:13 +02:00
parent 6958cbcbd9
commit 95da7ff09e
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ EX namespace history {
xpos += bwidth;
}
last_base = viewctr.at->c7;
last_base = viewcenter();
last_relative = inverse(ggmatrix(last_base)) * C0;
}
}