mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	rogueviz::seuphorica::yet another mirror fix
This commit is contained in:
		| @@ -241,7 +241,7 @@ void mirror(coord& at, vect2& prev) { | ||||
|     vector<int> reindex = {0,3,6,1,4,7,2,5,8}; | ||||
|     for(int i=0; i<9; i++) if(v[i] == at) { at = v[reindex[i]]; prev.at = at; break; } | ||||
|     } | ||||
|   prev.spin = tile_orientation[at].spin + 1 - prev.spin; | ||||
|   prev.spin = 2 * tile_orientation[at].spin + 1 - prev.spin; | ||||
|   prev += 0; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue