mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 15:39:55 +00:00
fixed incorrect tiles when unrectifying pure, e.g. in
This commit is contained in:
parent
55880bb12b
commit
e07dfc00d3
@ -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];
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user