mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-27 13:02:49 +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;
|
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;
|
hyperpoint w;
|
||||||
auto f = [&] {
|
auto f = [&] {
|
||||||
/* mirror image of C0 in the axis h1-h2 */
|
/* mirror image of C0 in the axis h1-h2 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user