Fixed cast warninf

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent fee7daf6ef
commit d49148564a
  1. 2
      glm/gtx/ulp.inl

@ -261,7 +261,7 @@ namespace ulp
template <typename T> template <typename T>
GLM_FUNC_QUALIFIER uint float_distance(T const & x, T const & y) GLM_FUNC_QUALIFIER uint float_distance(T const & x, T const & y)
{ {
std::size_t ulp = 0; uint ulp = 0;
if(x < y) if(x < y)
{ {

Loading…
Cancel
Save