From 9539174494ce431c4ba8b93aad141fab3aa9a213 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 19 Jul 2015 02:07:55 +0200 Subject: [PATCH] Fixed build --- glm/detail/type_vec1.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/type_vec1.hpp b/glm/detail/type_vec1.hpp index d346cb89..ce0a00db 100644 --- a/glm/detail/type_vec1.hpp +++ b/glm/detail/type_vec1.hpp @@ -58,7 +58,7 @@ namespace glm # ifdef GLM_META_PROG_HELPERS # if GLM_HAS_CONSTEXPR static GLM_CONSTEXPR length_t components = 1; - static GLM_CONSTEXPR precision precision = P; + static GLM_CONSTEXPR precision prec = P; # else static const length_t components = 1; static const precision prec = P;