From 522f483a14c67a8196e75b31e4d3add4705f0f32 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 9 Aug 2018 19:22:53 +0200 Subject: [PATCH] Fixed build #800 --- glm/gtc/quaternion.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/quaternion.inl b/glm/gtc/quaternion.inl index a548ccb7..a5ac30a4 100644 --- a/glm/gtc/quaternion.inl +++ b/glm/gtc/quaternion.inl @@ -338,7 +338,7 @@ namespace glm } template - GLM_FUNC_QUALIFIER vec<4, bool, Q> lessThan(qua const& A, qua const& B) + GLM_FUNC_QUALIFIER vec<4, bool, Q> lessThan(qua const& x, qua const& y) { vec<4, bool, Q> Result; for(length_t i = 0; i < x.length(); ++i)