diff --git a/glm/detail/func_integer.inl b/glm/detail/func_integer.inl index 60c224c6..d00c170e 100644 --- a/glm/detail/func_integer.inl +++ b/glm/detail/func_integer.inl @@ -251,7 +251,7 @@ namespace glm { GLM_STATIC_ASSERT(std::numeric_limits::is_integer, "'bitCount' only accept integer values"); - return bitCount(tvec1(x)).x; + return bitCount(tvec1(x)).x; } template class vecType>