mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed typo #166
This commit is contained in:
parent
347ed18259
commit
89fcd31730
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ namespace glm
|
|||
}
|
||||
|
||||
template <typename valType>
|
||||
GLM_FUNC_QUALIFIER detail::tvec3<valType> eularAngles
|
||||
GLM_FUNC_QUALIFIER detail::tvec3<valType> eulerAngles
|
||||
(
|
||||
detail::tquat<valType> const & x
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue