1
0
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:
Zeno Rogue 2019-11-28 00:15:14 +01:00
parent 7d99bc8c73
commit 1e290ba48a

View File

@ -662,7 +662,7 @@ EX namespace euclid3 {
}
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) {