mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixup master_relative in Euclidean; this makes the line animation work
This commit is contained in:
		| @@ -46,7 +46,7 @@ transmatrix master_relative(cell *c, bool get_inverse) { | ||||
|       return (get_inverse?invhexmove:hexmove)[d]; | ||||
|     return Id; | ||||
|     } | ||||
|   else if(DIM == 3) | ||||
|   else if(DIM == 3 || euclid) | ||||
|     return Id; | ||||
|   else | ||||
|     return pispin * Id; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue