mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	rogueviz:: ads:: fixed auto_rotate in replay
This commit is contained in:
		| @@ -133,7 +133,7 @@ void replay_animation() { | ||||
|           vctrV = new_vctrV = ss.vctrV; | ||||
|           current.T = cspin(3, 2, view_pt - ss.start) * current.T; | ||||
|           if(auto_rotate) | ||||
|             current.T = cspin(1, 0, view_pt - ss.start) * current.T; | ||||
|             current.T = cspin(1, 0, view_pt) * current.T; | ||||
|           }); | ||||
|         break; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue