From 36075c49947a3ce16dd052d858411874a1eac0eb Mon Sep 17 00:00:00 2001 From: plasmacel Date: Mon, 24 Nov 2014 01:33:29 +0100 Subject: [PATCH] Update quaternion.hpp --- glm/gtc/quaternion.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index cdf63534..31fe68e6 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -104,8 +104,8 @@ namespace glm # endif // explicit conversion operators - GLM_FUNC_DECL explicit operator tmat3(); - GLM_FUNC_DECL explicit operator tmat4(); + GLM_FUNC_DECL explicit operator tmat3x3(); + GLM_FUNC_DECL explicit operator tmat4x4(); /// Create a quaternion from two normalized axis ///