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:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user