mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
fixed 'penrose staircases' in rot spaces
This commit is contained in:
parent
4cdc7db18d
commit
c10906d349
@ -4248,8 +4248,8 @@ EX subcellshape& generate_subcellshape_if_needed(cell *c, int id) {
|
||||
l.push_back(hybrid::get_corner(c1, i, 0, z));
|
||||
else {
|
||||
l.push_back(ctr);
|
||||
l.push_back(hybrid::get_corner(c1, i, 0, z));
|
||||
l.push_back(hybrid::get_corner(c1, i+1, 1, z));
|
||||
l.push_back(hybrid::get_corner(c1, i+1, 0, z));
|
||||
l.push_back(hybrid::get_corner(c1, i, 1, z));
|
||||
l.push_back(ctr);
|
||||
l.push_back(hybrid::get_corner(c1, i, 1, z));
|
||||
l.push_back(hybrid::get_corner(c1, i, 0, z));
|
||||
|
Loading…
Reference in New Issue
Block a user