1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

reg3:: with extra_origins, more xpush in the Euclidean case

This commit is contained in:
Zeno Rogue 2022-08-14 19:26:54 +02:00
parent 35bd625a87
commit 9e56312dab

View File

@ -1724,7 +1724,7 @@ EX namespace reg3 {
transmatrix T = p1.second;
for(int a=0; a<10; a++) {
T = T * xpush(10);
T = T * xpush(euclid ? 1000 : 10);
#if CAP_BT
if(hyperbolic) {
dynamicval<eGeometry> g(geometry, gBinary3);