Fix an ambiguity error with clamp().

master
Dave Reid ago%!(EXTRA string=12 years)
parent f1967b5fb3
commit 30dca2d0c7
  1. 2
      glm/core/func_common.hpp

@ -208,7 +208,7 @@ namespace glm
genType const & minVal,
genType const & maxVal);
template <typename genType>
template <typename genType, precision P>
genType clamp(
genType const & x,
typename genType::value_type const & minVal,

Loading…
Cancel
Save