From c6896064ef84ca09b7ac5d0cc77d7355cabcbda6 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 4 Jan 2014 12:54:27 +0100 Subject: [PATCH] Fixed rotate function declaration for quat --- glm/gtc/quaternion.inl | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/glm/gtc/quaternion.inl b/glm/gtc/quaternion.inl index c407a4ae..b772a3fe 100644 --- a/glm/gtc/quaternion.inl +++ b/glm/gtc/quaternion.inl @@ -617,7 +617,7 @@ namespace detail GLM_FUNC_QUALIFIER detail::tquat rotate ( detail::tquat const & q, - typename detail::tquat::value_type const & angle, + T const & angle, detail::tvec3 const & v ) { diff --git a/readme.txt b/readme.txt index 67be8123..b0d6355c 100644 --- a/readme.txt +++ b/readme.txt @@ -44,6 +44,7 @@ GLM 0.9.5.1: 2014-XX-XX - Added possible static_cast conversion of GLM types (#72) - Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146) - Fixed mismatch of GTC_packing declaration and definition prototypes +- Fixed rotate declaration for quat rotate function ================================================================================ GLM 0.9.5.0: 2013-12-25