Browse Source

Fixed default precision for quat and dual_quat type #312

Christophe Riccio 11 years ago
parent
commit
7e6b502639
2 changed files with 2 additions and 2 deletions
  1. 1 1
      glm/gtx/dual_quaternion.hpp
  2. 1 1
      readme.txt

+ 1 - 1
glm/gtx/dual_quaternion.hpp

@@ -58,7 +58,7 @@ namespace glm
 	/// @addtogroup gtx_dual_quaternion
 	/// @addtogroup gtx_dual_quaternion
 	/// @{
 	/// @{
 
 
-	template <typename T, precision P>
+	template <typename T, precision P = defaultp>
 	struct tdualquat
 	struct tdualquat
 	{
 	{
 		typedef T value_type;
 		typedef T value_type;

+ 1 - 1
readme.txt

@@ -67,7 +67,7 @@ http://glm.g-truc.net/glm.pdf
 GLM 0.9.6.4: 2015-0X-XX
 GLM 0.9.6.4: 2015-0X-XX
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------
 Fixes:
 Fixes:
-
+- Fixed default precision for quat and dual_quat type #312
 
 
 ================================================================================
 ================================================================================
 GLM 0.9.6.3: 2015-02-15
 GLM 0.9.6.3: 2015-02-15