From 89fcd31730220ed3bf2998e4eeed83e20cecd30d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 23 Jan 2012 10:07:37 +0000 Subject: [PATCH] Fixed typo #166 --- glm/gtx/quaternion.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/quaternion.inl b/glm/gtx/quaternion.inl index 1c2e5056..b8805a14 100644 --- a/glm/gtx/quaternion.inl +++ b/glm/gtx/quaternion.inl @@ -235,7 +235,7 @@ namespace glm } template - GLM_FUNC_QUALIFIER detail::tvec3 eularAngles + GLM_FUNC_QUALIFIER detail::tvec3 eulerAngles ( detail::tquat const & x )