From ddb93dcdc2b4af4b5bac7f4905c3108fad7fc78b Mon Sep 17 00:00:00 2001 From: Olivier Sohn Date: Sat, 21 Oct 2017 21:50:36 +0200 Subject: [PATCH] fix build --- glm/gtx/quaternion.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())