mirror of
https://github.com/g-truc/glm.git
synced 2024-11-16 14:54:35 +00:00
Fix #470
This commit is contained in:
parent
78f686b4be
commit
4b8ab567c8
@ -57,8 +57,8 @@ namespace glm
|
||||
//! From GLM_GTX_log_base.
|
||||
template <typename genType>
|
||||
GLM_FUNC_DECL genType log(
|
||||
genType x,
|
||||
genType base);
|
||||
genType const & x,
|
||||
genType const & base);
|
||||
|
||||
//! Logarithm for any base.
|
||||
//! From GLM_GTX_log_base.
|
||||
|
Loading…
Reference in New Issue
Block a user