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 ///