add default precision to quat type

This commit is contained in:
plasmacel 2015-02-17 07:05:37 +01:00 committed by Christophe Riccio
parent ba68939dec
commit b94aa556c5

View File

@ -59,7 +59,7 @@ namespace glm
/// @addtogroup gtc_quaternion
/// @{
template <typename T, precision P>
template <typename T, precision P = defaultp>
struct tquat
{
typedef tquat<T, P> type;