Fixed "Declaration shadows a field" warning

master
Stephen Hill ago%!(EXTRA string=9 years) committed by Christophe Riccio
parent c9400562ec
commit 4bb352b628
  1. 8
      glm/detail/type_half.inl

@ -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…
Cancel
Save