Skip to content

Commit bb92547

Browse files
Maksim Gamarnikparamat
Maksim Gamarnik
authored andcommittedMay 5, 2016
Android: Increase player_stepheight for thicker snow nodebox
1 parent a279426 commit bb92547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/localplayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void LocalPlayer::move(f32 dtime, Environment *env, f32 pos_max_d,
211211
float player_stepheight = touching_ground ? (BS*0.6) : (BS*0.2);
212212

213213
#ifdef __ANDROID__
214-
player_stepheight += (0.5 * BS);
214+
player_stepheight += (0.6 * BS);
215215
#endif
216216

217217
v3f accel_f = v3f(0,0,0);

0 commit comments

Comments
 (0)
Please sign in to comment.