diff --git a/source/game/kart/KartMove.cc b/source/game/kart/KartMove.cc index 208ba9bd..1eadb585 100644 --- a/source/game/kart/KartMove.cc +++ b/source/game/kart/KartMove.cc @@ -885,7 +885,7 @@ void KartMove::calcAutoDrift() { } EGG::Quatf angleAxis; - angleAxis.setAxisRotation(m_autoDriftAngle * DEG2RAD, m_up); + angleAxis.setAxisRotation(-m_autoDriftAngle * DEG2RAD, m_up); physics()->composeExtraRot(angleAxis); }