add default precision to quat type

master
plasmacel ago%!(EXTRA string=10 years)
parent 69a824c478
commit 62658e8dce
  1. 2
      glm/gtc/quaternion.hpp

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

Loading…
Cancel
Save