1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-22 21:23:18 +00:00

fixup to ultra_mirrors

This commit is contained in:
Zeno Rogue 2020-05-28 01:51:08 +02:00
parent 6a19ec2a85
commit 5a57031269

View File

@ -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) {