mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
fixed rot spaces
This commit is contained in:
parent
1756a634a5
commit
bdeee41e98
@ -3997,7 +3997,7 @@ EX subcellshape& generate_subcellshape_if_needed(cell *c, int id) {
|
||||
|
||||
cell *c1 = hybri ? hybrid::get_where(c).first : c;
|
||||
|
||||
if(prod || WDIM == 2) for(int i=0; i<c1->type; i++) {
|
||||
if(hybri || WDIM == 2) for(int i=0; i<c1->type; i++) {
|
||||
hyperpoint w;
|
||||
auto f = [&] {
|
||||
/* mirror image of C0 in the axis h1-h2 */
|
||||
|
Loading…
Reference in New Issue
Block a user