1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 15:44:48 +00:00

reflect view in mirror walls during animation and just scrolling; better translate animation in memory saving mode

This commit is contained in:
Zeno Rogue
2018-09-23 23:55:03 +02:00
parent e8361c440d
commit c8e604f408
4 changed files with 62 additions and 23 deletions

View File

@@ -798,6 +798,10 @@ void centerpc(ld aspd) {
void optimizeview() {
if(centerover.at && inmirror(centerover.at)) {
anims::reflect_view();
}
DEBB(DF_GRAPH, (debugfile,"optimize view\n"));
int turn = 0;
ld best = INF;