From 44a734d93a561c12d173e06ea4be11a1bb5d95cd Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 22 Oct 2014 15:58:13 +0200 Subject: [PATCH] Fixed build --- glm/detail/func_common.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/func_common.inl b/glm/detail/func_common.inl index 2fe3aaa7..fa9ac5ed 100644 --- a/glm/detail/func_common.inl +++ b/glm/detail/func_common.inl @@ -830,7 +830,7 @@ namespace detail } template - GLM_FUNC_QUALIFIER tvec3 ldexp(tvec3 const & x, tvec3 const & exps) + GLM_FUNC_QUALIFIER tvec3 ldexp(tvec3 const & x, tvec3 const & exp) { GLM_STATIC_ASSERT(std::numeric_limits::is_iec559, "'ldexp' only accept floating-point inputs");