diff --git a/voxygen/src/scene/mod.rs b/voxygen/src/scene/mod.rs index ecfe524e3e..4dfb0efd9d 100644 --- a/voxygen/src/scene/mod.rs +++ b/voxygen/src/scene/mod.rs @@ -562,7 +562,7 @@ impl Scene { let yaw = siny_cosp.atan2(cosy_cosp); self.camera - .set_orientation_instant(Vec3::new(yaw, pitch, -roll)); + .set_orientation_instant(Vec3::new(-yaw, pitch, roll)); } // Alter camera position to match player.