mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 11:12:49 +00:00
reg3:: with extra_origins, more xpush in the Euclidean case
This commit is contained in:
parent
35bd625a87
commit
9e56312dab
2
reg3.cpp
2
reg3.cpp
@ -1724,7 +1724,7 @@ EX namespace reg3 {
|
|||||||
transmatrix T = p1.second;
|
transmatrix T = p1.second;
|
||||||
|
|
||||||
for(int a=0; a<10; a++) {
|
for(int a=0; a<10; a++) {
|
||||||
T = T * xpush(10);
|
T = T * xpush(euclid ? 1000 : 10);
|
||||||
#if CAP_BT
|
#if CAP_BT
|
||||||
if(hyperbolic) {
|
if(hyperbolic) {
|
||||||
dynamicval<eGeometry> g(geometry, gBinary3);
|
dynamicval<eGeometry> g(geometry, gBinary3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user