Fixed default precision for quat and dual_quat type #312

This commit is contained in:
Christophe Riccio
2015-02-19 11:57:35 +01:00
parent b94aa556c5
commit 7e6b502639
2 changed files with 2 additions and 2 deletions

View File

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