From 4e444fed19cab77a46f49f4e421a29c35a61c3c6 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 8 Feb 2014 14:16:23 +0100 Subject: [PATCH] Fixed GLM_GTC_constants description brief (#162) --- glm/gtc/constants.hpp | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/glm/gtc/constants.hpp b/glm/gtc/constants.hpp index 3a264c9e..c0160861 100644 --- a/glm/gtc/constants.hpp +++ b/glm/gtc/constants.hpp @@ -31,7 +31,7 @@ /// @defgroup gtc_constants GLM_GTC_constants /// @ingroup gtc /// -/// @brief Allow to perform bit operations on integer values +/// @brief Provide a list of constants and precomputed useful values. /// /// need to be included to use these features. /////////////////////////////////////////////////////////////////////////////////// diff --git a/readme.txt b/readme.txt index f35cbfd5..19c31112 100644 --- a/readme.txt +++ b/readme.txt @@ -48,6 +48,7 @@ GLM 0.9.5.2: 2014-02-08 - Fixed GLM_FORCE_RADIANS with build error (#165) - Fix dot product clamp range for vector angle functions. (#163) - Tentative fix for strict aliasing warning in GCC 4.8.1 / Android NDK 9c (#152) +- Fixed GLM_GTC_constants description brief (#162) ================================================================================ GLM 0.9.5.1: 2014-01-11