mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	one more fixup to bitrunc fake
This commit is contained in:
		| @@ -705,13 +705,12 @@ void geometry_information::prepare_basics() { | ||||
|     auto i7 = hdist0(mid(xpush0(c7), cspin(0, 1, 2*M_PI/S7) * xpush0(c7))); | ||||
|     auto i6 = hdist0(mid(xpush0(c6), cspin(0, 1, 2*M_PI/S6) * xpush0(c6))); | ||||
|  | ||||
|     tessf = tessf; // undefined | ||||
|     // note: tessf and hcrossf remain undefined | ||||
|     crossf = i7 + i6; | ||||
|     hexf = c7; | ||||
|     hcrossf = hcrossf; // undefined: distance from heptagon center to big heptagon vertex | ||||
|     hexhexdist = i6 + i6; | ||||
|     hexvdist = c6; | ||||
|     rhexf = c6; | ||||
|     rhexf = c7; | ||||
|     } | ||||
|    | ||||
|   DEBB(DF_GEOM | DF_POLY, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue