mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed Hall of Mirrors
This commit is contained in:
		| @@ -1713,7 +1713,7 @@ void celldrawer::bookkeeping() { | ||||
|     else { | ||||
|       playerV = V * ddspin(c, cwt.spin, 0); | ||||
|       if(cwt.mirrored) playerV = playerV * Mirror; | ||||
|       if(!confusingGeometry() || eqmatrix(V, current_display->which_copy, 1e-2)) | ||||
|       if((!confusingGeometry() && !inmirrorcount) || eqmatrix(V, current_display->which_copy, 1e-2)) | ||||
|         current_display->which_copy = V; | ||||
|       if(orig) cwtV = playerV; | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue