diff --git a/Aquaria/Avatar.cpp b/Aquaria/Avatar.cpp index f5c8885..941a4bc 100644 --- a/Aquaria/Avatar.cpp +++ b/Aquaria/Avatar.cpp @@ -4913,7 +4913,7 @@ void Avatar::clampVelocity() setMaxSpeed(currentMaxSpeed * useSpeedMult * dsq->continuity.speedMult2); - vel.capLength2D(getMaxSpeed() * maxSpeedLerp.x); + vel.capLength2D(getMaxSpeed() /* * maxSpeedLerp.x*/); } void Avatar::activateAura(AuraType aura)