diff --git a/voxygen/src/anim/character/idle.rs b/voxygen/src/anim/character/idle.rs index 1bc954f68a..c3d335654f 100644 --- a/voxygen/src/anim/character/idle.rs +++ b/voxygen/src/anim/character/idle.rs @@ -80,14 +80,6 @@ impl Animation for IdleAnimation { next.r_shoulder.ori = Quaternion::rotation_y(0.0); next.r_shoulder.scale = Vec3::one(); - next.l_shoulder.offset = Vec3::new(2.9, 6.0, 18.0) / SCALE; - next.l_shoulder.ori = Quaternion::rotation_y(0.0); - next.l_shoulder.scale = Vec3::one() / SCALE; - - next.r_shoulder.offset = Vec3::new(2.9, -6.0, 18.0) / SCALE; - next.r_shoulder.ori = Quaternion::rotation_y(0.0); - next.r_shoulder.scale = Vec3::one() / SCALE; - next } }