mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
Fixed "Declaration shadows a field" warning
This commit is contained in:
parent
78f686b4be
commit
22467f00f8
@ -52,12 +52,12 @@ namespace detail
|
|||||||
i(0)
|
i(0)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
GLM_FUNC_QUALIFIER uif32(float f) :
|
GLM_FUNC_QUALIFIER uif32(float f_) :
|
||||||
f(f)
|
f(f_)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
GLM_FUNC_QUALIFIER uif32(uint32 i) :
|
GLM_FUNC_QUALIFIER uif32(uint32 i_) :
|
||||||
i(i)
|
i(i_)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
float f;
|
float f;
|
||||||
|
Loading…
Reference in New Issue
Block a user