From 7e6b5026390f37fc01bfb4698cbfbcc40b18c0b6 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 19 Feb 2015 11:57:35 +0100 Subject: [PATCH] Fixed default precision for quat and dual_quat type #312 --- glm/gtx/dual_quaternion.hpp | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/gtx/dual_quaternion.hpp b/glm/gtx/dual_quaternion.hpp index 3cb14746..a8005cb8 100644 --- a/glm/gtx/dual_quaternion.hpp +++ b/glm/gtx/dual_quaternion.hpp @@ -58,7 +58,7 @@ namespace glm /// @addtogroup gtx_dual_quaternion /// @{ - template + template struct tdualquat { typedef T value_type; diff --git a/readme.txt b/readme.txt index ff293a4f..256fa4a4 100644 --- a/readme.txt +++ b/readme.txt @@ -67,7 +67,7 @@ http://glm.g-truc.net/glm.pdf GLM 0.9.6.4: 2015-0X-XX -------------------------------------------------------------------------------- Fixes: - +- Fixed default precision for quat and dual_quat type #312 ================================================================================ GLM 0.9.6.3: 2015-02-15