1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 10:48:04 +00:00

using viewcenter() consistently

This commit is contained in:
Zeno Rogue
2019-08-17 23:29:11 +02:00
parent 6958cbcbd9
commit 95da7ff09e
5 changed files with 13 additions and 13 deletions

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;
}
}