1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-18 17:59:38 +00:00

fixed incorrect tiles when unrectifying pure, e.g. in

This commit is contained in:
Zeno Rogue 2024-06-16 13:34:47 +02:00
parent 55880bb12b
commit e07dfc00d3

View File

@ -1383,7 +1383,7 @@ EX namespace gp {
gp::current_li = gp::get_local_info(c1);
}
else {
gp::current_li.relative.first = shvid(c1);
gp::current_li.relative.first = currentmap->shvid(c1);
gp::current_li.relative.second = shift[c];
}
});