Fixed default precision for quat and dual_quat type #312

master
Christophe Riccio ago%!(EXTRA string=10 years)
parent b94aa556c5
commit 7e6b502639
  1. 2
      glm/gtx/dual_quaternion.hpp
  2. 2
      readme.txt

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

@ -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

Loading…
Cancel
Save