1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-17 19:52:06 +00:00

fixed lineanimation for arb

This commit is contained in:
Zeno Rogue
2020-01-15 18:19:59 +01:00
parent 19769feaaf
commit 7b3c835429
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ EX namespace models {
}
if(centerover && !history::on)
if(isize(history::path_for_lineanimation) == 0 || (quotient && history::path_for_lineanimation.back() != centerover)) {
if(isize(history::path_for_lineanimation) == 0 || ((quotient || arb::in()) && history::path_for_lineanimation.back() != centerover)) {
history::path_for_lineanimation.push_back(centerover);
}