mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	rv::simple-impossible:: loop_multiplier taken into account
This commit is contained in:
		@@ -378,7 +378,7 @@ void enable() {
 | 
			
		||||
  rogueviz::rv_hook(anims::hooks_anim, 100, [] { 
 | 
			
		||||
 | 
			
		||||
    if(!animation) return;
 | 
			
		||||
    ld t = ticks * 1. / anims::period;
 | 
			
		||||
    ld t = ticks * 1. * anims::loop_multiplier / anims::period;
 | 
			
		||||
    t *= isize(path);
 | 
			
		||||
    
 | 
			
		||||
    hyperpoint at = interp(t);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user