diff --git a/glm/gtx/quaternion.inl b/glm/gtx/quaternion.inl index b99b869f..b29b53d8 100644 --- a/glm/gtx/quaternion.inl +++ b/glm/gtx/quaternion.inl @@ -186,7 +186,7 @@ namespace glm if(cosTheta >= static_cast(1) - epsilon()) { // orig and dest point in the same direction - return quat_identity(); + return quat_identity(); } if(cosTheta < static_cast(-1) + epsilon())