mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 18:27:01 +00:00
fixup to ultra_mirrors
This commit is contained in:
parent
6a19ec2a85
commit
5a57031269
@ -284,7 +284,7 @@ void virtualRebase_cell(cell*& base, T& at, const U& check) {
|
||||
}
|
||||
if(reg3::ultra_mirror_in()) {
|
||||
again:
|
||||
for(auto& v: cgi.mirror_matrices) {
|
||||
for(auto& v: cgi.ultra_mirrors) {
|
||||
T cand_at = v * at;
|
||||
horo_distance newz(check(cand_at));
|
||||
if(newz < currz) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user