diff --git a/src/graphics/engine/camera.cpp b/src/graphics/engine/camera.cpp index b713bc67..e0cfaa79 100644 --- a/src/graphics/engine/camera.cpp +++ b/src/graphics/engine/camera.cpp @@ -1406,7 +1406,6 @@ bool CCamera::EventFrameFix(const Event &event) m_fixDist += cameraMove.z; m_fixDirectionH = Math::NormAngle(m_fixDirectionH); - m_fixDirectionV = Math::NormAngle(m_fixDirectionV); m_fixDirectionV = Math::Clamp(m_fixDirectionV, -0.5f*Math::PI, 0.25f*Math::PI); m_fixDist = Math::Clamp(m_fixDist, 10.0f, 200.0f);