mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed typo #166
This commit is contained in:
parent
347ed18259
commit
89fcd31730
@ -235,7 +235,7 @@ namespace glm
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename valType>
|
template <typename valType>
|
||||||
GLM_FUNC_QUALIFIER detail::tvec3<valType> eularAngles
|
GLM_FUNC_QUALIFIER detail::tvec3<valType> eulerAngles
|
||||||
(
|
(
|
||||||
detail::tquat<valType> const & x
|
detail::tquat<valType> const & x
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user