mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Android: Increase player_stepheight for thicker snow nodebox
This commit is contained in:
		@@ -211,7 +211,7 @@ void LocalPlayer::move(f32 dtime, Environment *env, f32 pos_max_d,
 | 
			
		||||
	float player_stepheight = touching_ground ? (BS*0.6) : (BS*0.2);
 | 
			
		||||
 | 
			
		||||
#ifdef __ANDROID__
 | 
			
		||||
	player_stepheight += (0.5 * BS);
 | 
			
		||||
	player_stepheight += (0.6 * BS);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
	v3f accel_f = v3f(0,0,0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user