fixed rot spaces

This commit is contained in:
Zeno Rogue 2021-08-08 17:11:05 +02:00
parent 1756a634a5
commit bdeee41e98
1 changed files with 1 additions and 1 deletions

View File

@ -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 */