diff --git a/glm/gtx/ulp.inl b/glm/gtx/ulp.inl index 872b858d..488b9c26 100644 --- a/glm/gtx/ulp.inl +++ b/glm/gtx/ulp.inl @@ -261,7 +261,7 @@ namespace ulp template GLM_FUNC_QUALIFIER uint float_distance(T const & x, T const & y) { - std::size_t ulp = 0; + uint ulp = 0; if(x < y) {