mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
swapped the periods in single_row_torus
This commit is contained in:
parent
7d99bc8c73
commit
1e290ba48a
@ -662,7 +662,7 @@ EX namespace euclid3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
torus_config single_row_torus(int qty, int dy) {
|
torus_config single_row_torus(int qty, int dy) {
|
||||||
return { on_periods({qty, 0}, {dy, -1}), false };
|
return { on_periods({dy, -1}, {qty, 0}), false };
|
||||||
}
|
}
|
||||||
|
|
||||||
torus_config regular_torus(gp::loc p) {
|
torus_config regular_torus(gp::loc p) {
|
||||||
|
Loading…
Reference in New Issue
Block a user