From 62658e8dceb00ad164d8e38ad0da7df1229e472d Mon Sep 17 00:00:00 2001 From: plasmacel Date: Tue, 17 Feb 2015 07:05:37 +0100 Subject: [PATCH] add default precision to quat type --- glm/gtc/quaternion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index 0735abf83..812b5b000 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -59,7 +59,7 @@ namespace glm /// @addtogroup gtc_quaternion /// @{ - template + template struct tquat { typedef tquat type;