From e8f0499e2a5c5cd6d26f4ed8b20a77e2da36d7c6 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 29 Aug 2013 01:22:32 +0200 Subject: [PATCH] Always enable swizzle operators --- glm/glm.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glm/glm.hpp b/glm/glm.hpp index e4ad5eca..88b18dcf 100644 --- a/glm/glm.hpp +++ b/glm/glm.hpp @@ -75,6 +75,10 @@ /// @ingroup core /////////////////////////////////////////////////////////////////////////////////// +#ifndef GLM_SWIZZLE +# define GLM_SWIZZLE +#endif + #include "core/_fixes.hpp" #ifndef glm_glm