mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 16:50:38 +00:00
Fixed ln_ten constant
This commit is contained in:
parent
7cbda2e1e2
commit
d43e671dcd
1 changed files with 2 additions and 2 deletions
|
@ -146,9 +146,9 @@ namespace glm
|
|||
}
|
||||
|
||||
template <typename T>
|
||||
GLM_FUNC_QUALIFIER T ln_ten(2.30258509299404568401799145468436421)
|
||||
GLM_FUNC_QUALIFIER T ln_ten()
|
||||
{
|
||||
return T();
|
||||
return T(2.30258509299404568401799145468436421);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Reference in a new issue