diff --git a/voxygen/src/anim/character/run.rs b/voxygen/src/anim/character/run.rs index a0bd50d7b2..c5214bcb88 100644 --- a/voxygen/src/anim/character/run.rs +++ b/voxygen/src/anim/character/run.rs @@ -49,6 +49,7 @@ impl Animation for RunAnimation { next.l_foot.offset = Vec3::new(2.5 - wavecos * 4.0, 3.4, 6.0 + wave * 2.9) / SCALE; next.l_foot.ori = Quaternion::rotation_y(wave * -1.0); next.r_foot.offset = Vec3::new(2.5 + wavecos * 4.0, -3.4, 6.0 - wave * 2.9) / SCALE; + next.r_foot.ori = Quaternion::rotation_y(wave * 1.0); next.back.offset = Vec3::new(-6.0, 16.0, 15.0);