mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	reg3:: with extra_origins, more xpush in the Euclidean case
This commit is contained in:
		
							
								
								
									
										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); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue